Package com.daml.ledger.api.v1
Class VersionServiceGrpc.VersionServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<VersionServiceGrpc.VersionServiceFutureStub>
-
- com.daml.ledger.api.v1.VersionServiceGrpc.VersionServiceFutureStub
-
- Enclosing class:
- VersionServiceGrpc
public static final class VersionServiceGrpc.VersionServiceFutureStub extends io.grpc.stub.AbstractFutureStub<VersionServiceGrpc.VersionServiceFutureStub>
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.VersionServiceFutureStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
com.google.common.util.concurrent.ListenableFuture<VersionServiceOuterClass.GetLedgerApiVersionResponse>
getLedgerApiVersion(VersionServiceOuterClass.GetLedgerApiVersionRequest request)
Read the Ledger API version
-
-
-
Method Detail
-
build
protected VersionServiceGrpc.VersionServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<VersionServiceGrpc.VersionServiceFutureStub>
-
getLedgerApiVersion
public com.google.common.util.concurrent.ListenableFuture<VersionServiceOuterClass.GetLedgerApiVersionResponse> getLedgerApiVersion(VersionServiceOuterClass.GetLedgerApiVersionRequest request)
Read the Ledger API version
-
-