Class InstanceServiceGrpc.InstanceServiceBlockingV2Stub (0.2.0)

public static final class InstanceServiceGrpc.InstanceServiceBlockingV2Stub extends AbstractBlockingStub<InstanceServiceGrpc.InstanceServiceBlockingV2Stub>

A stub to allow clients to do synchronous rpc calls to service InstanceService.

InstanceService provides the entry interface for the Chronicle API.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > InstanceServiceGrpc.InstanceServiceBlockingV2Stub

Methods

build(Channel channel, CallOptions callOptions)

protected InstanceServiceGrpc.InstanceServiceBlockingV2Stub build(Channel channel, CallOptions callOptions)
Parameters
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
InstanceServiceGrpc.InstanceServiceBlockingV2Stub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

getInstance(GetInstanceRequest request)

public Instance getInstance(GetInstanceRequest request)

Gets a Instance.

Parameter
Name Description
request GetInstanceRequest
Returns
Type Description
Instance