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
|
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;Copyright © 2010–2020. All rights reserved.