NodeServiceBlockingStub

proto.prism.node.NodeServiceGrpc.NodeServiceBlockingStub
class NodeServiceBlockingStub(channel: Channel, options: CallOptions) extends AbstractStub[NodeServiceBlockingStub], NodeServiceBlockingClient

Attributes

Graph
Supertypes
class AbstractStub[NodeServiceBlockingStub]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def build(channel: Channel, options: CallOptions): NodeServiceBlockingStub

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

PUBLIC

PUBLIC

Timestamp of the latest block processed by PRISM Node.

Attributes

Definition Classes

PUBLIC

PUBLIC

Retrieves the Node version info.

Attributes

Definition Classes

PUBLIC

PUBLIC

Retrieves the Node version info.

Attributes

Definition Classes

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

final def getCallOptions(): CallOptions

Attributes

Inherited from:
AbstractStub
final def getChannel(): Channel

Attributes

Inherited from:
AbstractStub
def serviceCompanion: ServiceCompanion[NodeService]

Attributes

Inherited from:
NodeServiceBlockingClient
final def withCallCredentials(x$0: CallCredentials): NodeServiceBlockingStub

Attributes

Inherited from:
AbstractStub
final def withCompression(x$0: String): NodeServiceBlockingStub

Attributes

Inherited from:
AbstractStub
final def withDeadline(x$0: Deadline): NodeServiceBlockingStub

Attributes

Inherited from:
AbstractStub
final def withDeadlineAfter(x$0: Long, x$1: TimeUnit): NodeServiceBlockingStub

Attributes

Inherited from:
AbstractStub
final def withExecutor(x$0: Executor): NodeServiceBlockingStub

Attributes

Inherited from:
AbstractStub
final def withInterceptors(x$0: ClientInterceptor*): NodeServiceBlockingStub

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")
final def withOption[T <: <FromJavaObject>](x$0: Key[T], x$1: T): NodeServiceBlockingStub

Attributes

Inherited from:
AbstractStub

Attributes

Inherited from:
AbstractStub

Deprecated and Inherited methods

@Deprecated
final def withChannel(x$0: Channel): NodeServiceBlockingStub

Attributes

Deprecated
true
Inherited from:
AbstractStub