Packages

c

ai.mantik.mnp.protocol.mnp.MnpServiceGrpc

MnpServiceBlockingStub

class MnpServiceBlockingStub extends AbstractStub[MnpServiceBlockingStub] with MnpServiceBlockingClient

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MnpServiceBlockingStub
  2. MnpServiceBlockingClient
  3. AbstractStub
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MnpServiceBlockingStub(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): AboutResponse

    Gathers information about the bridge.

    Gathers information about the bridge.

    Definition Classes
    MnpServiceBlockingStubMnpServiceBlockingClient
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def build(channel: Channel, options: CallOptions): MnpServiceBlockingStub
    Definition Classes
    MnpServiceBlockingStub → 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): Iterator[InitResponse]

    Initialize the Node

    Initialize the Node

    Definition Classes
    MnpServiceBlockingStubMnpServiceBlockingClient
  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): Iterator[PullResponse]

    Pull data from a port, creating a task when necesary

    Pull data from a port, creating a task when necesary

    Definition Classes
    MnpServiceBlockingStubMnpServiceBlockingClient
  20. def queryTask(request: QueryTaskRequest): QueryTaskResponse

    Queries a task (can create if not existent)

    Queries a task (can create if not existent)

    Definition Classes
    MnpServiceBlockingStubMnpServiceBlockingClient
  21. def quit(request: QuitRequest): QuitResponse

    Quit the node.

    Quit the node.

    Definition Classes
    MnpServiceBlockingStubMnpServiceBlockingClient
  22. def quitSession(request: QuitSessionRequest): QuitSessionResponse

    Quits the session

    Quits the session

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

Inherited from MnpServiceBlockingClient

Inherited from AnyRef

Inherited from Any

Ungrouped