Package com.daml.ledger.rxjava.grpc
Class LedgerIdentityClientImpl
- java.lang.Object
 - 
- com.daml.ledger.rxjava.grpc.LedgerIdentityClientImpl
 
 
- 
- All Implemented Interfaces:
 LedgerIdentityClient
@Deprecated public class LedgerIdentityClientImpl extends java.lang.Object implements LedgerIdentityClient
Deprecated.ledger identity string is optional for all Ledger API requests since Daml 2.0.0 
- 
- 
Constructor Summary
Constructors Constructor Description LedgerIdentityClientImpl(io.grpc.Channel channel, java.util.Optional<java.lang.String> accessToken)Deprecated.Pass a timeout orOptional.empty()as the third argument, since Daml 2.4.0LedgerIdentityClientImpl(io.grpc.Channel channel, java.util.Optional<java.lang.String> accessToken, java.util.Optional<java.time.Duration> timeout)Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description io.reactivex.Single<java.lang.String>getLedgerIdentity()Deprecated.io.reactivex.Single<java.lang.String>getLedgerIdentity(@NonNull java.lang.String accessToken)Deprecated. 
 - 
 
- 
- 
Constructor Detail
- 
LedgerIdentityClientImpl
@Deprecated public LedgerIdentityClientImpl(io.grpc.Channel channel, java.util.Optional<java.lang.String> accessToken)Deprecated.Pass a timeout orOptional.empty()as the third argument, since Daml 2.4.0 
- 
LedgerIdentityClientImpl
public LedgerIdentityClientImpl(io.grpc.Channel channel, java.util.Optional<java.lang.String> accessToken, java.util.Optional<java.time.Duration> timeout)Deprecated. 
 - 
 
- 
Method Detail
- 
getLedgerIdentity
public io.reactivex.Single<java.lang.String> getLedgerIdentity()
Deprecated.- Specified by:
 getLedgerIdentityin interfaceLedgerIdentityClient
 
- 
getLedgerIdentity
public io.reactivex.Single<java.lang.String> getLedgerIdentity(@NonNull java.lang.String accessToken)
Deprecated.- Specified by:
 getLedgerIdentityin interfaceLedgerIdentityClient
 
 - 
 
 -