Package com.daml.ledger.api.v1
Class ActiveContractsServiceGrpc.ActiveContractsServiceImplBase
- java.lang.Object
-
- com.daml.ledger.api.v1.ActiveContractsServiceGrpc.ActiveContractsServiceImplBase
-
- All Implemented Interfaces:
ActiveContractsServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- ActiveContractsServiceGrpc
public abstract static class ActiveContractsServiceGrpc.ActiveContractsServiceImplBase extends java.lang.Object implements io.grpc.BindableService, ActiveContractsServiceGrpc.AsyncService
Base class for the server implementation of the service ActiveContractsService.Allows clients to initialize themselves according to a fairly recent state of the ledger without reading through all transactions that were committed since the ledger's creation. In V2 Ledger API this service is not available anymore. Use v2.StateService instead.
-
-
Constructor Summary
Constructors Constructor Description ActiveContractsServiceImplBase()
-
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.ActiveContractsServiceGrpc.AsyncService
getActiveContracts
-
-