Class LedgerIdentityClientImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      LedgerIdentityClientImpl​(io.grpc.Channel channel, java.util.Optional<java.lang.String> accessToken)
      Deprecated.
      Pass a timeout or Optional.empty() as the third argument, since Daml 2.4.0
      LedgerIdentityClientImpl​(io.grpc.Channel channel, java.util.Optional<java.lang.String> accessToken, java.util.Optional<java.time.Duration> timeout)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.reactivex.Single<java.lang.String> getLedgerIdentity()  
      io.reactivex.Single<java.lang.String> getLedgerIdentity​(@NonNull java.lang.String accessToken)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LedgerIdentityClientImpl

        @Deprecated
        public LedgerIdentityClientImpl​(io.grpc.Channel channel,
                                        java.util.Optional<java.lang.String> accessToken)
        Deprecated.
        Pass a timeout or Optional.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)