public static class EventEntryConfiguration.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
EventEntryConfiguration |
build() |
EventEntryConfiguration.Builder |
withAggregateIdentifierProperty(String aggregateIdentifierProperty) |
EventEntryConfiguration.Builder |
withEventIdentifierProperty(String eventIdentifierProperty) |
EventEntryConfiguration.Builder |
withMetaDataProperty(String metaDataProperty) |
EventEntryConfiguration.Builder |
withPayloadProperty(String payloadProperty) |
EventEntryConfiguration.Builder |
withPayloadRevisionProperty(String payloadRevisionProperty) |
EventEntryConfiguration.Builder |
withPayloadTypeProperty(String payloadTypeProperty) |
EventEntryConfiguration.Builder |
withSequenceNumberProperty(String sequenceNumberProperty) |
EventEntryConfiguration.Builder |
withTimestampProperty(String timestampProperty) |
EventEntryConfiguration.Builder |
withTypeProperty(String typeProperty) |
public EventEntryConfiguration.Builder withTimestampProperty(String timestampProperty)
public EventEntryConfiguration.Builder withEventIdentifierProperty(String eventIdentifierProperty)
public EventEntryConfiguration.Builder withAggregateIdentifierProperty(String aggregateIdentifierProperty)
public EventEntryConfiguration.Builder withSequenceNumberProperty(String sequenceNumberProperty)
public EventEntryConfiguration.Builder withTypeProperty(String typeProperty)
public EventEntryConfiguration.Builder withPayloadTypeProperty(String payloadTypeProperty)
public EventEntryConfiguration.Builder withPayloadRevisionProperty(String payloadRevisionProperty)
public EventEntryConfiguration.Builder withPayloadProperty(String payloadProperty)
public EventEntryConfiguration.Builder withMetaDataProperty(String metaDataProperty)
public EventEntryConfiguration build()
Copyright © 2010–2017. All rights reserved.