public static final class InstanceServiceGrpc.InstanceServiceBlockingStub extends AbstractBlockingStub<InstanceServiceGrpc.InstanceServiceBlockingStub>A stub to allow clients to do limited 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.InstanceServiceBlockingStubMethods
build(Channel channel, CallOptions callOptions)
protected InstanceServiceGrpc.InstanceServiceBlockingStub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
InstanceServiceGrpc.InstanceServiceBlockingStub |
|
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 |
|