Package | Description |
---|---|
org.axonframework.eventsourcing.eventstore |
Definitions and implementations of the Event store, the mechanism that can load event streams and append events to
them.
|
org.axonframework.springboot.autoconfig |
Modifier and Type | Method and Description |
---|---|
EmbeddedEventStore |
EmbeddedEventStore.Builder.build()
Initializes a
EmbeddedEventStore as specified through this Builder. |
Modifier and Type | Method and Description |
---|---|
EmbeddedEventStore |
AxonAutoConfiguration.eventStore(EventStorageEngine storageEngine,
AxonConfiguration configuration) |
Copyright © 2010–2020. All rights reserved.