public interface ReadHighestSequenceNrRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getAggregateId()
The Identifier of the Aggregate for which to load events
|
com.google.protobuf.ByteString |
getAggregateIdBytes()
The Identifier of the Aggregate for which to load events
|
long |
getFromSequenceNr()
The Sequence Number of the first event expected
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getAggregateId()
The Identifier of the Aggregate for which to load events
string aggregate_id = 1;
com.google.protobuf.ByteString getAggregateIdBytes()
The Identifier of the Aggregate for which to load events
string aggregate_id = 1;
long getFromSequenceNr()
The Sequence Number of the first event expected
int64 from_sequence_nr = 3;
Copyright © 2010–2020. All rights reserved.