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