Package com.daml.ledger.rxjava.grpc
Class LedgerConfigurationClientImpl
- java.lang.Object
-
- com.daml.ledger.rxjava.grpc.LedgerConfigurationClientImpl
-
- All Implemented Interfaces:
LedgerConfigurationClient
public class LedgerConfigurationClientImpl extends java.lang.Object implements LedgerConfigurationClient
-
-
Constructor Summary
Constructors Constructor Description LedgerConfigurationClientImpl(java.lang.String ledgerId, io.grpc.Channel channel, com.daml.grpc.adapter.ExecutionSequencerFactory sequencerFactory, java.util.Optional<java.lang.String> accessToken)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.reactivex.Flowable<LedgerConfigurationServiceOuterClass.LedgerConfiguration>
getLedgerConfiguration()
io.reactivex.Flowable<LedgerConfigurationServiceOuterClass.LedgerConfiguration>
getLedgerConfiguration(java.lang.String accessToken)
-
-
-
Method Detail
-
getLedgerConfiguration
public io.reactivex.Flowable<LedgerConfigurationServiceOuterClass.LedgerConfiguration> getLedgerConfiguration()
- Specified by:
getLedgerConfiguration
in interfaceLedgerConfigurationClient
-
getLedgerConfiguration
public io.reactivex.Flowable<LedgerConfigurationServiceOuterClass.LedgerConfiguration> getLedgerConfiguration(java.lang.String accessToken)
- Specified by:
getLedgerConfiguration
in interfaceLedgerConfigurationClient
-
-