public interface QueryEventsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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
|
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;Copyright © 2010–2020. All rights reserved.