Package com.daml.ledger.rxjava.grpc
Class EventQueryClientImpl
java.lang.Object
com.daml.ledger.rxjava.grpc.EventQueryClientImpl
- All Implemented Interfaces:
EventQueryClient
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.reactivex.Single<GetEventsByContractIdResponse>
getEventsByContractId
(String contractId, Set<String> requestingParties) io.reactivex.Single<GetEventsByContractIdResponse>
getEventsByContractId
(String contractId, Set<String> requestingParties, String accessToken)
-
Constructor Details
-
EventQueryClientImpl
-
-
Method Details
-
getEventsByContractId
public io.reactivex.Single<GetEventsByContractIdResponse> getEventsByContractId(String contractId, Set<String> requestingParties) - Specified by:
getEventsByContractId
in interfaceEventQueryClient
-
getEventsByContractId
public io.reactivex.Single<GetEventsByContractIdResponse> getEventsByContractId(String contractId, Set<String> requestingParties, String accessToken) - Specified by:
getEventsByContractId
in interfaceEventQueryClient
-