public class EventEntryConfiguration extends Object
Type | Property and Description |
---|---|
String |
aggregateIdentifier
Get the name of the property with the aggregate identifier of the event.
|
String |
eventIdentifier
Get the name of the property with the identifier of the event.
|
String |
metaData
Get the name of the property with the metadata.
|
String |
payload
Get the name of the property with the payload data.
|
String |
payloadRevision
Get the name of the property with the payload revision.
|
String |
payloadType
Get the name of the property with the payload type.
|
String |
sequenceNumber
Get the name of the property with the aggregate sequence number of the event.
|
String |
timestamp
Get the name of the property with the timestamp of the event.
|
String |
type
Get the name of the property with the aggregate type.
|
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 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
public static EventEntryConfiguration getDefault()
EventEntryConfiguration
.EventEntryConfiguration
public 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–2017. All rights reserved.