Interface EventQueryClient

  • All Known Implementing Classes:
    EventQueryClientImpl

    public interface EventQueryClient
    An RxJava version of PackageServiceGrpc
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      io.reactivex.Single<com.daml.ledger.javaapi.data.GetEventsByContractIdResponse> getEventsByContractId​(java.lang.String contractId, java.util.Set<java.lang.String> requestingParties)  
      io.reactivex.Single<com.daml.ledger.javaapi.data.GetEventsByContractIdResponse> getEventsByContractId​(java.lang.String contractId, java.util.Set<java.lang.String> requestingParties, java.lang.String accessToken)  
      io.reactivex.Single<com.daml.ledger.javaapi.data.GetEventsByContractKeyResponse> getEventsByContractKey​(com.daml.ledger.javaapi.data.Value contractKey, com.daml.ledger.javaapi.data.Identifier templateId, java.util.Set<java.lang.String> requestingParties, java.lang.String continuationToken)  
      io.reactivex.Single<com.daml.ledger.javaapi.data.GetEventsByContractKeyResponse> getEventsByContractKey​(com.daml.ledger.javaapi.data.Value contractKey, com.daml.ledger.javaapi.data.Identifier templateId, java.util.Set<java.lang.String> requestingParties, java.lang.String continuationToken, java.lang.String accessToken)  
    • Method Detail

      • getEventsByContractId

        io.reactivex.Single<com.daml.ledger.javaapi.data.GetEventsByContractIdResponse> getEventsByContractId​(java.lang.String contractId,
                                                                                                              java.util.Set<java.lang.String> requestingParties)
      • getEventsByContractId

        io.reactivex.Single<com.daml.ledger.javaapi.data.GetEventsByContractIdResponse> getEventsByContractId​(java.lang.String contractId,
                                                                                                              java.util.Set<java.lang.String> requestingParties,
                                                                                                              java.lang.String accessToken)
      • getEventsByContractKey

        io.reactivex.Single<com.daml.ledger.javaapi.data.GetEventsByContractKeyResponse> getEventsByContractKey​(com.daml.ledger.javaapi.data.Value contractKey,
                                                                                                                com.daml.ledger.javaapi.data.Identifier templateId,
                                                                                                                java.util.Set<java.lang.String> requestingParties,
                                                                                                                java.lang.String continuationToken)
      • getEventsByContractKey

        io.reactivex.Single<com.daml.ledger.javaapi.data.GetEventsByContractKeyResponse> getEventsByContractKey​(com.daml.ledger.javaapi.data.Value contractKey,
                                                                                                                com.daml.ledger.javaapi.data.Identifier templateId,
                                                                                                                java.util.Set<java.lang.String> requestingParties,
                                                                                                                java.lang.String continuationToken,
                                                                                                                java.lang.String accessToken)