Interface LedgerConfigurationClient

  • All Known Implementing Classes:
    LedgerConfigurationClientImpl

    public interface LedgerConfigurationClient
    An RxJava version of LedgerConfigurationServiceGrpc
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      io.reactivex.Flowable<com.daml.ledger.api.v1.LedgerConfigurationServiceOuterClass.LedgerConfiguration> getLedgerConfiguration()  
      io.reactivex.Flowable<com.daml.ledger.api.v1.LedgerConfigurationServiceOuterClass.LedgerConfiguration> getLedgerConfiguration​(java.lang.String accessToken)  
    • Method Detail

      • getLedgerConfiguration

        io.reactivex.Flowable<com.daml.ledger.api.v1.LedgerConfigurationServiceOuterClass.LedgerConfiguration> getLedgerConfiguration()
      • getLedgerConfiguration

        io.reactivex.Flowable<com.daml.ledger.api.v1.LedgerConfigurationServiceOuterClass.LedgerConfiguration> getLedgerConfiguration​(java.lang.String accessToken)