Class LedgerIdentityServiceGrpc.LedgerIdentityServiceImplBase

  • All Implemented Interfaces:
    LedgerIdentityServiceGrpc.AsyncService, io.grpc.BindableService
    Enclosing class:
    LedgerIdentityServiceGrpc

    @Deprecated
    public abstract static class LedgerIdentityServiceGrpc.LedgerIdentityServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService, LedgerIdentityServiceGrpc.AsyncService
    Deprecated.
    Base class for the server implementation of the service LedgerIdentityService.
     DEPRECATED: This service is now deprecated and ledger identity string is optional for all Ledger API requests.
     Allows clients to verify that the server they are communicating with exposes the ledger they wish to operate on.
     In V2 Ledger API this service is not available anymore.
     
    • Constructor Detail

      • LedgerIdentityServiceImplBase

        public LedgerIdentityServiceImplBase()
        Deprecated.
    • Method Detail

      • bindService

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