Package com.daml.ledger.api.v1
Class VersionServiceGrpc.VersionServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<VersionServiceGrpc.VersionServiceStub>
-
- com.daml.ledger.api.v1.VersionServiceGrpc.VersionServiceStub
-
- Enclosing class:
- VersionServiceGrpc
public static final class VersionServiceGrpc.VersionServiceStub extends io.grpc.stub.AbstractAsyncStub<VersionServiceGrpc.VersionServiceStub>
Allows clients to retrieve information about the ledger API version
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected VersionServiceGrpc.VersionServiceStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
void
getLedgerApiVersion(VersionServiceOuterClass.GetLedgerApiVersionRequest request, io.grpc.stub.StreamObserver<VersionServiceOuterClass.GetLedgerApiVersionResponse> responseObserver)
Read the Ledger API version
-
-
-
Method Detail
-
build
protected VersionServiceGrpc.VersionServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<VersionServiceGrpc.VersionServiceStub>
-
getLedgerApiVersion
public void getLedgerApiVersion(VersionServiceOuterClass.GetLedgerApiVersionRequest request, io.grpc.stub.StreamObserver<VersionServiceOuterClass.GetLedgerApiVersionResponse> responseObserver)
Read the Ledger API version
-
-