Uses of Class
org.axonframework.eventhandling.AbstractEventProcessor.Builder
Packages that use AbstractEventProcessor.Builder
Package
Description
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus.-
Uses of AbstractEventProcessor.Builder in org.axonframework.eventhandling
Subclasses of AbstractEventProcessor.Builder in org.axonframework.eventhandlingModifier and TypeClassDescriptionstatic classBuilder class to instantiate aSubscribingEventProcessor.static classBuilder class to instantiate aTrackingEventProcessor.Methods in org.axonframework.eventhandling that return AbstractEventProcessor.BuilderModifier and TypeMethodDescriptionAbstractEventProcessor.Builder.errorHandler(ErrorHandler errorHandler) Sets theErrorHandlerinvoked when anUnitOfWorkis rolled back during processing.AbstractEventProcessor.Builder.eventHandlerInvoker(EventHandlerInvoker eventHandlerInvoker) Sets theEventHandlerInvokerwhich will handle all the individualEventMessages.AbstractEventProcessor.Builder.messageMonitor(MessageMonitor<? super EventMessage<?>> messageMonitor) Sets theMessageMonitorto monitorEventMessages before and after they're processed.Sets thenameof thisEventProcessorimplementation.AbstractEventProcessor.Builder.rollbackConfiguration(RollbackConfiguration rollbackConfiguration) Sets theRollbackConfigurationspecifying the rollback behavior of theUnitOfWorkwhile processing a batch of events.AbstractEventProcessor.Builder.spanFactory(EventProcessorSpanFactory spanFactory) Sets theEventProcessorSpanFactoryimplementation to use for providing tracing capabilities.AbstractEventProcessor.Builder.spanFactory(SpanFactory spanFactory) Deprecated.Constructors in org.axonframework.eventhandling with parameters of type AbstractEventProcessor.BuilderModifierConstructorDescriptionprotectedInstantiate aAbstractEventProcessorbased on the fields contained in theAbstractEventProcessor.Builder. -
Uses of AbstractEventProcessor.Builder in org.axonframework.eventhandling.pooled
Subclasses of AbstractEventProcessor.Builder in org.axonframework.eventhandling.pooledModifier and TypeClassDescriptionstatic classBuilder class to instantiate aPooledStreamingEventProcessor.
invalid input: 'for more configuration options instead'