public abstract static class VersionServiceGrpc.VersionServiceImplBase
extends java.lang.Object
implements io.grpc.BindableService
Allows clients to retrieve information about the ledger API version
Constructor and Description |
---|
VersionServiceImplBase() |
Modifier and Type | Method and Description |
---|---|
io.grpc.ServerServiceDefinition |
bindService() |
void |
getLedgerApiVersion(VersionServiceOuterClass.GetLedgerApiVersionRequest request,
io.grpc.stub.StreamObserver<VersionServiceOuterClass.GetLedgerApiVersionResponse> responseObserver)
Read the Ledger API version
|
public void getLedgerApiVersion(VersionServiceOuterClass.GetLedgerApiVersionRequest request, io.grpc.stub.StreamObserver<VersionServiceOuterClass.GetLedgerApiVersionResponse> responseObserver)
Read the Ledger API version
public final io.grpc.ServerServiceDefinition bindService()
bindService
in interface io.grpc.BindableService