public interface EventOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsMetaData(String key)
The Meta Data of the Event
|
String |
getAggregateIdentifier()
The identifier of the Aggregate instance that published this event, if any
|
com.google.protobuf.ByteString |
getAggregateIdentifierBytes()
The identifier of the Aggregate instance that published this event, if any
|
long |
getAggregateSequenceNumber()
The sequence number of the Event in the Aggregate instance that published it, if any
|
String |
getAggregateType()
The Type of the Aggregate instance that published this Event, if any
|
com.google.protobuf.ByteString |
getAggregateTypeBytes()
The Type of the Aggregate instance that published this Event, if any
|
String |
getMessageIdentifier()
The unique identifier of this event
|
com.google.protobuf.ByteString |
getMessageIdentifierBytes()
The unique identifier of this event
|
Map<String,MetaDataValue> |
getMetaData()
Deprecated.
|
int |
getMetaDataCount()
The Meta Data of the Event
|
Map<String,MetaDataValue> |
getMetaDataMap()
The Meta Data of the Event
|
MetaDataValue |
getMetaDataOrDefault(String key,
MetaDataValue defaultValue)
The Meta Data of the Event
|
MetaDataValue |
getMetaDataOrThrow(String key)
The Meta Data of the Event
|
SerializedObject |
getPayload()
The Payload of the Event
|
SerializedObjectOrBuilder |
getPayloadOrBuilder()
The Payload of the Event
|
boolean |
getSnapshot()
Flag indicating whether the Event is a snapshot Event
|
long |
getTimestamp()
The timestamp of the Event
|
boolean |
hasPayload()
The Payload of the Event
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getMessageIdentifier()
The unique identifier of this event
string message_identifier = 1;
com.google.protobuf.ByteString getMessageIdentifierBytes()
The unique identifier of this event
string message_identifier = 1;
String getAggregateIdentifier()
The identifier of the Aggregate instance that published this event, if any
string aggregate_identifier = 2;
com.google.protobuf.ByteString getAggregateIdentifierBytes()
The identifier of the Aggregate instance that published this event, if any
string aggregate_identifier = 2;
long getAggregateSequenceNumber()
The sequence number of the Event in the Aggregate instance that published it, if any
int64 aggregate_sequence_number = 3;
String getAggregateType()
The Type of the Aggregate instance that published this Event, if any
string aggregate_type = 4;
com.google.protobuf.ByteString getAggregateTypeBytes()
The Type of the Aggregate instance that published this Event, if any
string aggregate_type = 4;
long getTimestamp()
The timestamp of the Event
int64 timestamp = 5;
boolean hasPayload()
The Payload of the Event
.io.axoniq.axonserver.grpc.SerializedObject payload = 6;
SerializedObject getPayload()
The Payload of the Event
.io.axoniq.axonserver.grpc.SerializedObject payload = 6;
SerializedObjectOrBuilder getPayloadOrBuilder()
The Payload of the Event
.io.axoniq.axonserver.grpc.SerializedObject payload = 6;
int getMetaDataCount()
The Meta Data of the Event
map<string, .io.axoniq.axonserver.grpc.MetaDataValue> meta_data = 7;
boolean containsMetaData(String key)
The Meta Data of the Event
map<string, .io.axoniq.axonserver.grpc.MetaDataValue> meta_data = 7;
@Deprecated Map<String,MetaDataValue> getMetaData()
getMetaDataMap()
instead.Map<String,MetaDataValue> getMetaDataMap()
The Meta Data of the Event
map<string, .io.axoniq.axonserver.grpc.MetaDataValue> meta_data = 7;
MetaDataValue getMetaDataOrDefault(String key, MetaDataValue defaultValue)
The Meta Data of the Event
map<string, .io.axoniq.axonserver.grpc.MetaDataValue> meta_data = 7;
MetaDataValue getMetaDataOrThrow(String key)
The Meta Data of the Event
map<string, .io.axoniq.axonserver.grpc.MetaDataValue> meta_data = 7;
boolean getSnapshot()
Flag indicating whether the Event is a snapshot Event
bool snapshot = 8;
Copyright © 2010–2020. All rights reserved.