Package | Description |
---|---|
org.axonframework.axonserver.connector.event.axon | |
org.axonframework.eventsourcing.eventstore |
Definitions and implementations of the Event store, the mechanism that can load event streams and append events to
them.
|
Modifier and Type | Class and Description |
---|---|
static class |
AxonServerEventStore.Builder
Builder class to instantiate a
AxonServerEventStore . |
Modifier and Type | Class and Description |
---|---|
static class |
EmbeddedEventStore.Builder
Builder class to instantiate an
EmbeddedEventStore . |
Modifier and Type | Method and Description |
---|---|
AbstractEventStore.Builder |
AbstractEventStore.Builder.messageMonitor(MessageMonitor<? super EventMessage<?>> messageMonitor) |
AbstractEventStore.Builder |
AbstractEventStore.Builder.storageEngine(EventStorageEngine storageEngine)
Sets the
EventStorageEngine used to store and load events. |
Constructor and Description |
---|
AbstractEventStore(AbstractEventStore.Builder builder)
Instantiate an
AbstractEventStore based on the fields contained in the AbstractEventStore.Builder . |
Copyright © 2010–2020. All rights reserved.