Package | Description |
---|---|
org.axonframework.axonserver.connector.event.axon | |
org.axonframework.eventhandling |
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus . |
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 |
SimpleEventBus.Builder
Builder class to instantiate a
SimpleEventBus . |
Modifier and Type | Method and Description |
---|---|
AbstractEventBus.Builder |
AbstractEventBus.Builder.messageMonitor(MessageMonitor<? super EventMessage<?>> messageMonitor)
Sets the
MessageMonitor to monitor ingested EventMessage s. |
Constructor and Description |
---|
AbstractEventBus(AbstractEventBus.Builder builder)
Instantiate an
AbstractEventBus based on the fields contained in the AbstractEventBus.Builder . |
Modifier and Type | Class and Description |
---|---|
static class |
AbstractEventStore.Builder
Abstract Builder class to instantiate an
AbstractEventStore . |
static class |
EmbeddedEventStore.Builder
Builder class to instantiate an
EmbeddedEventStore . |
Copyright © 2010–2018. All rights reserved.