Packages

c

ai.mantik.mnp.server

MnpServiceImp

class MnpServiceImp extends ComponentBase with MnpService

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MnpServiceImp
  2. MnpService
  3. AbstractService
  4. ComponentBase
  5. AkkaHelper
  6. Component
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MnpServiceImp(backend: ServerBackend, quitHandler: () ⇒ Unit)(implicit akkaRuntime: AkkaRuntime)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def about(request: Empty): Future[AboutResponse]

    Gathers information about the bridge.

    Gathers information about the bridge.

    Definition Classes
    MnpServiceImpMnpService
  5. implicit def actorSystem: ActorSystem
    Attributes
    protected
    Definition Classes
    AkkaHelper
  6. def addShutdownHook(f: ⇒ Future[_]): Unit
    Attributes
    protected
    Definition Classes
    ComponentBase
  7. implicit val akkaRuntime: AkkaRuntime
    Attributes
    protected
    Definition Classes
    ComponentBase → Component
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clock: Clock
    Attributes
    protected
    Definition Classes
    AkkaHelper
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  11. def config: Config
    Attributes
    protected
    Definition Classes
    AkkaHelper
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. implicit def executionContext: ExecutionContext
    Attributes
    protected
    Definition Classes
    AkkaHelper
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def init(request: InitRequest, responseObserver: StreamObserver[InitResponse]): Unit

    Initialize the Node

    Initialize the Node

    Definition Classes
    MnpServiceImpMnpService
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final val logger: Logger
    Attributes
    protected
    Definition Classes
    ComponentBase
  20. implicit def materializer: Materializer
    Attributes
    protected
    Definition Classes
    AkkaHelper
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def pull(request: PullRequest, responseObserver: StreamObserver[PullResponse]): Unit

    Pull data from a port, creating a task when necesary

    Pull data from a port, creating a task when necesary

    Definition Classes
    MnpServiceImpMnpService
  25. def push(responseObserver: StreamObserver[PushResponse]): StreamObserver[PushRequest]

    Push data into a port, creating a task when necessary

    Push data into a port, creating a task when necessary

    Definition Classes
    MnpServiceImpMnpService
  26. def queryTask(request: QueryTaskRequest): Future[QueryTaskResponse]

    Queries a task (can create if not existent)

    Queries a task (can create if not existent)

    Definition Classes
    MnpServiceImpMnpService
  27. def quit(request: QuitRequest): Future[QuitResponse]

    Quit the node.

    Quit the node.

    Definition Classes
    MnpServiceImpMnpService
  28. def quitSession(request: QuitSessionRequest): Future[QuitSessionResponse]

    Quits the session

    Quits the session

    Definition Classes
    MnpServiceImpMnpService
  29. def serviceCompanion: MnpService.type
    Definition Classes
    MnpService → AbstractService
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from MnpService

Inherited from AbstractService

Inherited from ComponentBase

Inherited from AkkaHelper

Inherited from Component

Inherited from AnyRef

Inherited from Any

Ungrouped