public class CommitEntryConfiguration extends Object
event entries
that are part
of the same UnitOfWork commit.Type | Property and Description |
---|---|
String |
events
Returns the name of the property containing the array of event entries.
|
String |
firstSequenceNumber
Returns the name of the property containing the sequence number of the first event entry.
|
String |
firstTimestamp
Returns the name of the property containing the timestamp of the first event entry of the commit.
|
String |
lastSequenceNumber
Returns the name of the property containing the sequence number of the last event entry.
|
String |
lastTimestamp
Returns the name of the property containing the timestamp of the last event entry of the commit.
|
Modifier and Type | Method and Description |
---|---|
static org.axonframework.mongo.eventsourcing.eventstore.documentpercommit.CommitEntryConfiguration.Builder |
builder()
Returns a new builder that is initialized with default values.
|
String |
eventsProperty()
Returns the name of the property containing the array of event entries.
|
String |
firstSequenceNumberProperty()
Returns the name of the property containing the sequence number of the first event entry.
|
String |
firstTimestampProperty()
Returns the name of the property containing the timestamp of the first event entry of the commit.
|
static CommitEntryConfiguration |
getDefault()
Returns the default
CommitEntryConfiguration . |
String |
lastSequenceNumberProperty()
Returns the name of the property containing the sequence number of the last event entry.
|
String |
lastTimestampProperty()
Returns the name of the property containing the timestamp of the last event entry of the commit.
|
public String firstTimestampProperty
public String lastTimestampProperty
public String firstSequenceNumberProperty
public String lastSequenceNumberProperty
public String eventsProperty
public static CommitEntryConfiguration getDefault()
CommitEntryConfiguration
.public static org.axonframework.mongo.eventsourcing.eventstore.documentpercommit.CommitEntryConfiguration.Builder builder()
public String firstTimestampProperty()
public String lastTimestampProperty()
public String firstSequenceNumberProperty()
public String lastSequenceNumberProperty()
public String eventsProperty()
Copyright © 2010–2017. All rights reserved.