Package com.daml.ledger.api.v2
Class StateServiceGrpc.StateServiceImplBase
java.lang.Object
com.daml.ledger.api.v2.StateServiceGrpc.StateServiceImplBase
- All Implemented Interfaces:
StateServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- StateServiceGrpc
public abstract static class StateServiceGrpc.StateServiceImplBase
extends Object
implements io.grpc.BindableService, StateServiceGrpc.AsyncService
Base class for the server implementation of the service StateService.
Allows clients to get state from the ledger.
-
Constructor Summary
Constructors -
Method Summary
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.v2.StateServiceGrpc.AsyncService
getActiveContracts, getConnectedSynchronizers, getLatestPrunedOffsets, getLedgerEnd
-
Constructor Details
-
StateServiceImplBase
public StateServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-