public interface QueryEventsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getForceReadFromLeader()
Indicates whether to force querying events from the leader node of an Axon Server.
|
boolean |
getLiveEvents()
Whether to keep the query running against incoming events once the Head of the Stream is reached
|
long |
getNumberOfPermits()
The number of results AxonServer may send before new permits need to be provided
|
String |
getQuery()
The query to execute against the Event Stream
|
com.google.protobuf.ByteString |
getQueryBytes()
The query to execute against the Event Stream
|
boolean |
getQuerySnapshots()
If true, snapshots will be queried instead of events
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getQuery()
The query to execute against the Event Stream
string query = 1;com.google.protobuf.ByteString getQueryBytes()
The query to execute against the Event Stream
string query = 1;long getNumberOfPermits()
The number of results AxonServer may send before new permits need to be provided
int64 number_of_permits = 2;boolean getLiveEvents()
Whether to keep the query running against incoming events once the Head of the Stream is reached
bool live_events = 3;boolean getForceReadFromLeader()
Indicates whether to force querying events from the leader node of an Axon Server. Forcing reads from leader reduces the staleness of the data read, but also puts extra burden on the leader, reducing overall scalability. <p> This property has no effect on connections to AxonServer SE. </p>
bool force_read_from_leader = 4;boolean getQuerySnapshots()
If true, snapshots will be queried instead of events
bool query_snapshots = 5;Copyright © 2020–2022 AxonIQ BV. All rights reserved.