Package | Description |
---|---|
org.axonframework.eventhandling |
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus . |
Modifier and Type | Method and Description |
---|---|
static SimpleEventBus.Builder |
SimpleEventBus.builder()
Instantiate a Builder to be able to create a
SimpleEventBus . |
SimpleEventBus.Builder |
SimpleEventBus.Builder.messageMonitor(MessageMonitor<? super EventMessage<?>> messageMonitor) |
Constructor and Description |
---|
SimpleEventBus(SimpleEventBus.Builder builder)
Instantiate a
SimpleEventBus based on the fields contained in the SimpleEventBus.Builder . |
Copyright © 2010–2019. All rights reserved.