Package com.daml.ledger.rxjava
Interface EventQueryClient
- All Known Implementing Classes:
EventQueryClientImpl
public interface EventQueryClient
An RxJava version of
PackageServiceGrpc
-
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)
-
Method Details
-
getEventsByContractId
io.reactivex.Single<GetEventsByContractIdResponse> getEventsByContractId(String contractId, Set<String> requestingParties) -
getEventsByContractId
io.reactivex.Single<GetEventsByContractIdResponse> getEventsByContractId(String contractId, Set<String> requestingParties, String accessToken)
-