public static final class InstanceServiceGrpc.InstanceServiceStub extends AbstractAsyncStub<InstanceServiceGrpc.InstanceServiceStub>A stub to allow clients to do asynchronous 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.AbstractAsyncStub > InstanceServiceGrpc.InstanceServiceStubMethods
build(Channel channel, CallOptions callOptions)
protected InstanceServiceGrpc.InstanceServiceStub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
InstanceServiceGrpc.InstanceServiceStub |
|
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
getInstance(GetInstanceRequest request, StreamObserver<Instance> responseObserver)
public void getInstance(GetInstanceRequest request, StreamObserver<Instance> responseObserver)Gets a Instance.
| Parameters | |
|---|---|
| Name | Description |
request |
GetInstanceRequest |
responseObserver |
io.grpc.stub.StreamObserver<Instance> |