Package com.daml.ledger.rxjava
Interface LedgerConfigurationClient
-
- All Known Implementing Classes:
LedgerConfigurationClientImpl
public interface LedgerConfigurationClient
An RxJava version ofLedgerConfigurationServiceGrpc
-
-
Method Summary
All Methods Instance Methods Abstract 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
io.reactivex.Flowable<LedgerConfigurationServiceOuterClass.LedgerConfiguration> getLedgerConfiguration()
-
getLedgerConfiguration
io.reactivex.Flowable<LedgerConfigurationServiceOuterClass.LedgerConfiguration> getLedgerConfiguration(java.lang.String accessToken)
-
-