NodeServiceBlockingStub
proto.prism.node.NodeServiceGrpc.NodeServiceBlockingStub
class NodeServiceBlockingStub(channel: Channel, options: CallOptions) extends AbstractStub[NodeServiceBlockingStub], NodeServiceBlockingClient
Attributes
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Attributes
- Definition Classes
-
AbstractStub
PUBLIC
PUBLIC
Retrieves a DID Document associated to a DID.
Errors:
- Invalid long form DID (INVALID_ARGUMENT)
- DID format not supported (INVALID_ARGUMENT)
- Invalid DID (INVALID_ARGUMENT)
- Unknown DID (INVALID_ARGUMENT)
Attributes
- Definition Classes
override def getLastSyncedBlockTimestamp(request: GetLastSyncedBlockTimestampRequest): GetLastSyncedBlockTimestampResponse
PUBLIC
PUBLIC
Timestamp of the latest block processed by PRISM Node.
Attributes
- Definition Classes
PUBLIC
override def getNodeNetworkProtocolInfo(request: GetNodeNetworkProtocolInfoRequest): GetNodeNetworkProtocolInfoResponse
PUBLIC
PUBLIC
PUBLIC
Retrieves the status of an operation.
Attributes
- Definition Classes
PUBLIC
PUBLIC
Sends a request that can be used to check service health. All PRISM services expose an RPC that accepts this message as request.
Attributes
- Definition Classes
PUBLIC
PUBLIC
Schedules a list of operations for further publication.
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- AbstractStub
Attributes
- Inherited from:
- AbstractStub
Attributes
- Inherited from:
- NodeServiceBlockingClient
Attributes
- Inherited from:
- AbstractStub
Attributes
- Inherited from:
- AbstractStub
Attributes
- Inherited from:
- AbstractStub
Attributes
- Inherited from:
- AbstractStub
Attributes
- Inherited from:
- AbstractStub
Attributes
- Inherited from:
- AbstractStub
@ExperimentalApi(value = "https://github.com/grpc/grpc-java/issues/2563")
Attributes
- Inherited from:
- AbstractStub
@ExperimentalApi(value = "https://github.com/grpc/grpc-java/issues/2563")
Attributes
- Inherited from:
- AbstractStub
@ExperimentalApi(value = "https://github.com/grpc/grpc-java/issues/1869")
Attributes
- Inherited from:
- AbstractStub
Attributes
- Inherited from:
- AbstractStub
Deprecated and Inherited methods
@Deprecated
Attributes
- Deprecated
- true
- Inherited from:
- AbstractStub
In this article