Package com.daml.ledger.api.v1
Class LedgerIdentityServiceGrpc.LedgerIdentityServiceImplBase
- java.lang.Object
-
- com.daml.ledger.api.v1.LedgerIdentityServiceGrpc.LedgerIdentityServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- LedgerIdentityServiceGrpc
@Deprecated public abstract static class LedgerIdentityServiceGrpc.LedgerIdentityServiceImplBase extends java.lang.Object implements io.grpc.BindableService
Deprecated.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.
-
-
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.void
getLedgerIdentity(LedgerIdentityServiceOuterClass.GetLedgerIdentityRequest request, io.grpc.stub.StreamObserver<LedgerIdentityServiceOuterClass.GetLedgerIdentityResponse> responseObserver)
Deprecated.
-
-
-
Method Detail
-
getLedgerIdentity
@Deprecated public void getLedgerIdentity(LedgerIdentityServiceOuterClass.GetLedgerIdentityRequest request, io.grpc.stub.StreamObserver<LedgerIdentityServiceOuterClass.GetLedgerIdentityResponse> responseObserver)
Deprecated.Clients may call this RPC to return the identifier of the ledger they are connected to. Errors: - ``UNAUTHENTICATED``: if the request does not include a valid access token - ``PERMISSION_DENIED``: if the claims in the token are insufficient to perform a given operation
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
Deprecated.- Specified by:
bindService
in interfaceio.grpc.BindableService
-
-