Class 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 Detail

      • ActiveContractsServiceImplBase

        public ActiveContractsServiceImplBase()
    • Method Detail

      • bindService

        public final io.grpc.ServerServiceDefinition bindService()
        Specified by:
        bindService in interface io.grpc.BindableService