Package | Description |
---|---|
org.axonframework.config | |
org.axonframework.eventhandling |
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus . |
Modifier and Type | Method and Description |
---|---|
<T extends EventProcessor> |
EventHandlingConfiguration.getProcessor(String name)
Returns the Event Processor with the given
name , if present. |
Modifier and Type | Method and Description |
---|---|
EventProcessor |
EventHandlingConfiguration.EventProcessorBuilder.createEventProcessor(Configuration configuration,
String name,
List<?> eventHandlers)
Builder function for an Event Processor.
|
EventProcessor |
SagaConfiguration.getProcessor()
Returns the processor that processed events for the Saga in this Configuration.
|
Modifier and Type | Method and Description |
---|---|
List<EventProcessor> |
EventHandlingConfiguration.getProcessors()
Returns a list of Event Processors that have been initialized.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEventProcessor
Abstract implementation of an
EventProcessor . |
class |
SubscribingEventProcessor
Event processor implementation that
subscribes to the EventBus for
events. |
class |
TrackingEventProcessor
EventProcessor implementation that tracks events from a
StreamableMessageSource . |
Copyright © 2010–2017. All rights reserved.