Class EventQueryClientImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      EventQueryClientImpl​(io.grpc.Channel channel, java.util.Optional<java.lang.String> accessToken)  
    • Method Summary

      All Methods Instance Methods Concrete 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EventQueryClientImpl

        public EventQueryClientImpl​(io.grpc.Channel channel,
                                    java.util.Optional<java.lang.String> accessToken)
    • Method Detail

      • getEventsByContractId

        public io.reactivex.Single<com.daml.ledger.javaapi.data.GetEventsByContractIdResponse> getEventsByContractId​(java.lang.String contractId,
                                                                                                                     java.util.Set<java.lang.String> requestingParties)
        Specified by:
        getEventsByContractId in interface EventQueryClient
      • getEventsByContractId

        public 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)
        Specified by:
        getEventsByContractId in interface EventQueryClient
      • getEventsByContractKey

        public 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)
        Specified by:
        getEventsByContractKey in interface EventQueryClient
      • getEventsByContractKey

        public 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)
        Specified by:
        getEventsByContractKey in interface EventQueryClient