Package com.daml.ledger.api.v2
Class VersionServiceGrpc.VersionServiceImplBase
java.lang.Object
com.daml.ledger.api.v2.VersionServiceGrpc.VersionServiceImplBase
- All Implemented Interfaces:
VersionServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- VersionServiceGrpc
public abstract static class VersionServiceGrpc.VersionServiceImplBase
extends Object
implements io.grpc.BindableService, VersionServiceGrpc.AsyncService
Base class for the server implementation of the service VersionService.
Allows clients to retrieve information about the ledger API version
-
Constructor Details
-
VersionServiceImplBase
public VersionServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-