Package com.daml.ledger.api.v1
Class VersionServiceGrpc.VersionServiceImplBase
- java.lang.Object
-
- com.daml.ledger.api.v1.VersionServiceGrpc.VersionServiceImplBase
-
- All Implemented Interfaces:
VersionServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- VersionServiceGrpc
public abstract static class VersionServiceGrpc.VersionServiceImplBase extends java.lang.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 Summary
Constructors Constructor Description VersionServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.daml.ledger.api.v1.VersionServiceGrpc.AsyncService
getLedgerApiVersion
-
-