Package | Description |
---|---|
org.axonframework.eventhandling |
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus . |
org.axonframework.eventhandling.pooled |
Modifier and Type | Class and Description |
---|---|
static class |
SubscribingEventProcessor.Builder
Builder class to instantiate a
SubscribingEventProcessor . |
static class |
TrackingEventProcessor.Builder
Builder class to instantiate a
TrackingEventProcessor . |
Modifier and Type | Method and Description |
---|---|
AbstractEventProcessor.Builder |
AbstractEventProcessor.Builder.errorHandler(ErrorHandler errorHandler)
Sets the
ErrorHandler invoked when an UnitOfWork is rolled back during processing. |
AbstractEventProcessor.Builder |
AbstractEventProcessor.Builder.eventHandlerInvoker(EventHandlerInvoker eventHandlerInvoker)
Sets the
EventHandlerInvoker which will handle all the individual EventMessage s. |
AbstractEventProcessor.Builder |
AbstractEventProcessor.Builder.messageMonitor(MessageMonitor<? super EventMessage<?>> messageMonitor)
Sets the
MessageMonitor to monitor EventMessage s before and after they're processed. |
AbstractEventProcessor.Builder |
AbstractEventProcessor.Builder.name(String name)
Sets the
name of this EventProcessor implementation. |
AbstractEventProcessor.Builder |
AbstractEventProcessor.Builder.rollbackConfiguration(RollbackConfiguration rollbackConfiguration)
Sets the
RollbackConfiguration specifying the rollback behavior of the UnitOfWork while
processing a batch of events. |
AbstractEventProcessor.Builder |
AbstractEventProcessor.Builder.spanFactory(SpanFactory spanFactory)
Sets the
SpanFactory implementation to use for providing tracing capabilities. |
Constructor and Description |
---|
AbstractEventProcessor(AbstractEventProcessor.Builder builder)
Instantiate a
AbstractEventProcessor based on the fields contained in the AbstractEventProcessor.Builder . |
Modifier and Type | Class and Description |
---|---|
static class |
PooledStreamingEventProcessor.Builder
Builder class to instantiate a
PooledStreamingEventProcessor . |
Copyright © 2010–2023. All rights reserved.