Packages

class MnpServiceStub extends AbstractStub[MnpServiceStub] with MnpService

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MnpServiceStub
  2. MnpService
  3. AbstractService
  4. AbstractStub
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MnpServiceStub(channel: Channel, options: CallOptions = _root_.io.grpc.CallOptions.DEFAULT)

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
    MnpServiceStubMnpService
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def build(channel: Channel, options: CallOptions): MnpServiceStub
    Definition Classes
    MnpServiceStub → AbstractStub
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getCallOptions(): CallOptions
    Definition Classes
    AbstractStub
  11. final def getChannel(): Channel
    Definition Classes
    AbstractStub
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def init(request: InitRequest, responseObserver: StreamObserver[InitResponse]): Unit

    Initialize the Node

    Initialize the Node

    Definition Classes
    MnpServiceStubMnpService
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. 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
    MnpServiceStubMnpService
  20. 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
    MnpServiceStubMnpService
  21. def queryTask(request: QueryTaskRequest): Future[QueryTaskResponse]

    Queries a task (can create if not existent)

    Queries a task (can create if not existent)

    Definition Classes
    MnpServiceStubMnpService
  22. def quit(request: QuitRequest): Future[QuitResponse]

    Quit the node.

    Quit the node.

    Definition Classes
    MnpServiceStubMnpService
  23. def quitSession(request: QuitSessionRequest): Future[QuitSessionResponse]

    Quits the session

    Quits the session

    Definition Classes
    MnpServiceStubMnpService
  24. def serviceCompanion: MnpService.type
    Definition Classes
    MnpService → AbstractService
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def withCallCredentials(arg0: CallCredentials): MnpServiceStub
    Definition Classes
    AbstractStub
  31. final def withCompression(arg0: String): MnpServiceStub
    Definition Classes
    AbstractStub
  32. final def withDeadline(arg0: Deadline): MnpServiceStub
    Definition Classes
    AbstractStub
  33. final def withDeadlineAfter(arg0: Long, arg1: TimeUnit): MnpServiceStub
    Definition Classes
    AbstractStub
  34. final def withExecutor(arg0: Executor): MnpServiceStub
    Definition Classes
    AbstractStub
  35. final def withInterceptors(arg0: <repeated...>[ClientInterceptor]): MnpServiceStub
    Definition Classes
    AbstractStub
    Annotations
    @transient()
  36. final def withMaxInboundMessageSize(arg0: Int): MnpServiceStub
    Definition Classes
    AbstractStub
  37. final def withMaxOutboundMessageSize(arg0: Int): MnpServiceStub
    Definition Classes
    AbstractStub
  38. final def withOption[T](arg0: Key[T], arg1: T): MnpServiceStub
    Definition Classes
    AbstractStub
  39. final def withWaitForReady(): MnpServiceStub
    Definition Classes
    AbstractStub

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated
  2. final def withChannel(arg0: Channel): MnpServiceStub
    Definition Classes
    AbstractStub
    Annotations
    @Deprecated
    Deprecated

Inherited from MnpService

Inherited from AbstractService

Inherited from AbstractStub[MnpServiceStub]

Inherited from AnyRef

Inherited from Any

Ungrouped