Class

org.genivi.sota.device_registry

Routes

Related Doc: package device_registry

Permalink

class Routes extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Routes
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Routes(namespaceExtractor: Directive1[Namespace], messageBus: MessageBusPublisher)(implicit system: ActorSystem, db: slick.driver.JdbcProfile.API.Database, mat: ActorMaterializer, ec: ExecutionContext)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit val NamespaceUnmarshaller: FromStringUnmarshaller[Namespace]

    Permalink
  5. def api: Route

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def createDevice(ns: Namespace, device: DeviceT): Route

    Permalink
  9. def createSystemInfo(uuid: Uuid, data: Json): Route

    Permalink
  10. def deleteDevice(ns: Namespace, uuid: Uuid): Route

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. val extractDeviceId: Directive1[DeviceId]

    Permalink
  14. val extractGroupName: Directive1[Name]

    Permalink
  15. def fetchDevice(uuid: Uuid): Route

    Permalink
  16. def fetchSystemInfo(uuid: Uuid): Route

    Permalink
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. val logger: Logger

    Permalink
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. def route: Route

    Permalink

    Base API route for devices.

    Base API route for devices.

    returns

    Route object containing routes for creating, deleting, and listing devices

    Exceptions thrown

    Errors.MissingDevice if device doesn't exist

  26. def searchDevice(ns: Namespace): Route

    Permalink
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  29. def updateDevice(ns: Namespace, uuid: Uuid, device: DeviceT): Route

    Permalink
  30. def updateLastSeen(uuid: Uuid): Route

    Permalink
  31. def updateSystemInfo(uuid: Uuid, data: Json): Route

    Permalink
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped