| Package | Description |
|---|---|
| org.axonframework.eventhandling |
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus. |
| 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 EventMessages. |
| Constructor and Description |
|---|
AbstractEventBus(AbstractEventBus.Builder builder)
Instantiate an
AbstractEventBus based on the fields contained in the AbstractEventBus.Builder. |
Copyright © 2010–2022. All rights reserved.