EventQueryServiceGrpc.AsyncService
Query events by contract id. Note that querying by contract key is not (yet) supported, as contract keys are not supported (yet) in multi-synchronizer scenarios.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Query events by contract id. Note that querying by contract key is not (yet) supported, as contract keys are not supported (yet) in multi-synchronizer scenarios.
public static interface EventQueryServiceGrpc.AsyncService
| Docs | Member | Introduced | Deprecated | Removed |
|---|---|---|---|---|
| Open | getEventsByContractId(EventQueryServiceOuterClass.GetEventsByContractIdRequest, StreamObserver<EventQueryServiceOuterClass.GetEventsByContractIdResponse>) | 3.5.6 | - | - |
Was this page helpful?