object ApiInfoServiceGrpc
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ApiInfoServiceGrpc
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait ApiInfoService extends AbstractService
Provides basic information about the API, like if it is an admin api or public sequencer api.
Provides basic information about the API, like if it is an admin api or public sequencer api. This is useful to detect port misconfigurations and provide a user-friendly error message.
- trait ApiInfoServiceBlockingClient extends AnyRef
Provides basic information about the API, like if it is an admin api or public sequencer api.
Provides basic information about the API, like if it is an admin api or public sequencer api. This is useful to detect port misconfigurations and provide a user-friendly error message.
- class ApiInfoServiceBlockingStub extends AbstractStub[ApiInfoServiceBlockingStub] with ApiInfoServiceBlockingClient
- class ApiInfoServiceStub extends AbstractStub[ApiInfoServiceStub] with ApiInfoService
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val METHOD_GET_API_INFO: MethodDescriptor[GetApiInfoRequest, GetApiInfoResponse]
- val SERVICE: ServiceDescriptor
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bindService(serviceImpl: ApiInfoService, executionContext: ExecutionContext): ServerServiceDefinition
- def blockingStub(channel: Channel): ApiInfoServiceBlockingStub
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def javaDescriptor: ServiceDescriptor
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def stub(channel: Channel): ApiInfoServiceStub
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object ApiInfoService extends ServiceCompanion[ApiInfoService]
- object ApiInfoServiceStub extends StubFactory[ApiInfoServiceStub]