Uses of Interface
org.axonframework.eventhandling.EventProcessingStrategy
Packages that use EventProcessingStrategy
Package
Description
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus.-
Uses of EventProcessingStrategy in org.axonframework.eventhandling
Classes in org.axonframework.eventhandling that implement EventProcessingStrategyModifier and TypeClassDescriptionenumEvent processing strategy that directly initiates event processing.Methods in org.axonframework.eventhandling with parameters of type EventProcessingStrategyModifier and TypeMethodDescriptionSubscribingEventProcessor.Builder.processingStrategy(EventProcessingStrategy processingStrategy) Sets theEventProcessingStrategydetermining whether events are processed directly or asynchronously. -
Uses of EventProcessingStrategy in org.axonframework.eventhandling.async
Classes in org.axonframework.eventhandling.async that implement EventProcessingStrategyModifier and TypeClassDescriptionclassImplementation of aEventProcessingStrategythat creates event processing tasks for asynchronous execution.