Package com.daml.ledger.api.v1
Class LedgerIdentityServiceGrpc.LedgerIdentityServiceImplBase
- java.lang.Object
-
- com.daml.ledger.api.v1.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 Summary
Constructors Constructor Description LedgerIdentityServiceImplBase()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
Deprecated.-
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.LedgerIdentityServiceGrpc.AsyncService
getLedgerIdentity
-
-