Class AbstractEventStore.Builder

java.lang.Object
org.axonframework.eventhandling.AbstractEventBus.Builder
org.axonframework.eventsourcing.eventstore.AbstractEventStore.Builder
Direct Known Subclasses:
AxonServerEventStore.Builder, EmbeddedEventStore.Builder, EmbeddedEventStore.Builder
Enclosing class:
AbstractEventStore

public abstract static class AbstractEventStore.Builder extends AbstractEventBus.Builder
Abstract Builder class to instantiate an AbstractEventStore.

The MessageMonitor is defaulted to an NoOpMessageMonitor and the EventBusSpanFactory defaults to a DefaultEventBusSpanFactory backed by a NoOpSpanFactory. The EventStorageEngine is a hard requirement and as such should be provided.