public class ActiveContractClientImpl extends java.lang.Object implements ActiveContractsClient
| Constructor and Description | 
|---|
ActiveContractClientImpl(java.lang.String ledgerId,
                        io.grpc.Channel channel,
                        com.daml.grpc.adapter.ExecutionSequencerFactory sequencerFactory,
                        java.util.Optional<java.lang.String> accessToken)  | 
| Modifier and Type | Method and Description | 
|---|---|
io.reactivex.Flowable<GetActiveContractsResponse> | 
getActiveContracts(@NonNull TransactionFilter filter,
                  boolean verbose)  | 
io.reactivex.Flowable<GetActiveContractsResponse> | 
getActiveContracts(@NonNull TransactionFilter filter,
                  boolean verbose,
                  @NonNull java.lang.String accessToken)  | 
public ActiveContractClientImpl(java.lang.String ledgerId,
                                io.grpc.Channel channel,
                                com.daml.grpc.adapter.ExecutionSequencerFactory sequencerFactory,
                                java.util.Optional<java.lang.String> accessToken)
public io.reactivex.Flowable<GetActiveContractsResponse> getActiveContracts(@NonNull TransactionFilter filter, boolean verbose)
getActiveContracts in interface ActiveContractsClientpublic io.reactivex.Flowable<GetActiveContractsResponse> getActiveContracts(@NonNull TransactionFilter filter, boolean verbose, @NonNull java.lang.String accessToken)
getActiveContracts in interface ActiveContractsClient