public interface GetAggregateEventsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAggregateId()
The identifier of the aggregate to read events for
|
com.google.protobuf.ByteString |
getAggregateIdBytes()
The identifier of the aggregate to read events for
|
boolean |
getAllowSnapshots()
Whether a snapshot may be returned as first element in the stream
|
long |
getInitialSequence()
The sequence number of the first event to receive
|
long |
getMaxSequence()
The maximum sequence number (inclusive) of the events to retrieve, 0 means up to last event
|
long |
getMinToken()
Hint for a minimum token to search events from
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getAggregateId()
The identifier of the aggregate to read events for
string aggregate_id = 1;com.google.protobuf.ByteString getAggregateIdBytes()
The identifier of the aggregate to read events for
string aggregate_id = 1;long getInitialSequence()
The sequence number of the first event to receive
int64 initial_sequence = 2;boolean getAllowSnapshots()
Whether a snapshot may be returned as first element in the stream
bool allow_snapshots = 3;long getMaxSequence()
The maximum sequence number (inclusive) of the events to retrieve, 0 means up to last event
int64 max_sequence = 4;long getMinToken()
Hint for a minimum token to search events from
int64 min_token = 5;Copyright © 2020–2023 AxonIQ BV. All rights reserved.