Class AxonHandlerConfiguration
-
- All Implemented Interfaces:
@AutoConfiguration()@AutoConfigureAfter(value = {AxonChannelConfiguration.class}) public final class AxonHandlerConfigurationConfiguration of Axon Channel handlers to be registered to receive events from Axon Event Bus.
-
-
Constructor Summary
Constructors Constructor Description AxonHandlerConfiguration()
-
Method Summary
Modifier and Type Method Description final UnitconfigureProcessingGroupEventHandling(@Autowired() EventProcessingConfigurer processingConfigurer, @Autowired(required = false) List<AxonEventMessageHandler> axonEventMessageHandlers)Configures the handlers. -
-
Method Detail
-
configureProcessingGroupEventHandling
@Autowired() final Unit configureProcessingGroupEventHandling(@Autowired() EventProcessingConfigurer processingConfigurer, @Autowired(required = false) List<AxonEventMessageHandler> axonEventMessageHandlers)
Configures the handlers.
-
-
-
-