public class EventEntryConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EventEntryConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
aggregateIdentifierProperty()
Get the name of the property with the aggregate identifier of the event.
|
static EventEntryConfiguration.Builder |
builder()
Returns a new Builder for an
EventEntryConfiguration initialized with default settings. |
String |
eventIdentifierProperty()
Get the name of the property with the identifier of the event.
|
static EventEntryConfiguration |
getDefault()
Returns the default
EventEntryConfiguration. |
String |
metaDataProperty()
Get the name of the property with the metadata.
|
String |
payloadProperty()
Get the name of the property with the payload data.
|
String |
payloadRevisionProperty()
Get the name of the property with the payload revision.
|
String |
payloadTypeProperty()
Get the name of the property with the payload type.
|
String |
sequenceNumberProperty()
Get the name of the property with the aggregate sequence number of the event.
|
String |
timestampProperty()
Get the name of the property with the timestamp of the event.
|
String |
typeProperty()
Get the name of the property with the aggregate type.
|
public static EventEntryConfiguration getDefault()
EventEntryConfiguration.EventEntryConfigurationpublic static EventEntryConfiguration.Builder builder()
EventEntryConfiguration initialized with default settings.public String timestampProperty()
public String eventIdentifierProperty()
public String aggregateIdentifierProperty()
public String sequenceNumberProperty()
public String typeProperty()
public String payloadTypeProperty()
public String payloadRevisionProperty()
public String payloadProperty()
public String metaDataProperty()
Copyright © 2010–2022. All rights reserved.