Uses of Class
com.daml.ledger.javaapi.data.GetEventsByContractIdResponse
Packages that use GetEventsByContractIdResponse
-
Uses of GetEventsByContractIdResponse in com.daml.ledger.javaapi.data
Methods in com.daml.ledger.javaapi.data that return GetEventsByContractIdResponseModifier and TypeMethodDescriptionGetEventsByContractIdResponse.fromProto
(EventQueryServiceOuterClass.GetEventsByContractIdResponse response) -
Uses of GetEventsByContractIdResponse in com.daml.ledger.rxjava
Methods in com.daml.ledger.rxjava that return types with arguments of type GetEventsByContractIdResponseModifier and TypeMethodDescriptionio.reactivex.Single<GetEventsByContractIdResponse>
EventQueryClient.getEventsByContractId
(String contractId, Set<String> requestingParties) io.reactivex.Single<GetEventsByContractIdResponse>
EventQueryClient.getEventsByContractId
(String contractId, Set<String> requestingParties, String accessToken) -
Uses of GetEventsByContractIdResponse in com.daml.ledger.rxjava.grpc
Methods in com.daml.ledger.rxjava.grpc that return types with arguments of type GetEventsByContractIdResponseModifier and TypeMethodDescriptionio.reactivex.Single<GetEventsByContractIdResponse>
EventQueryClientImpl.getEventsByContractId
(String contractId, Set<String> requestingParties) io.reactivex.Single<GetEventsByContractIdResponse>
EventQueryClientImpl.getEventsByContractId
(String contractId, Set<String> requestingParties, String accessToken)