Uses of Class
org.axonframework.eventsourcing.eventstore.EmbeddedEventStore
Packages that use EmbeddedEventStore
Package
Description
Definitions and implementations of the Event store, the mechanism that can load event streams and append events to
them.
-
Uses of EmbeddedEventStore in org.axonframework.eventsourcing.eventstore
Methods in org.axonframework.eventsourcing.eventstore that return EmbeddedEventStoreModifier and TypeMethodDescriptionEmbeddedEventStore.Builder.build()Initializes aEmbeddedEventStoreas specified through this Builder. -
Uses of EmbeddedEventStore in org.axonframework.springboot.autoconfig
Methods in org.axonframework.springboot.autoconfig that return EmbeddedEventStoreModifier and TypeMethodDescriptionAxonAutoConfiguration.eventStore(EventStorageEngine storageEngine, Configuration configuration)