Uses of Class
org.axonframework.messaging.eventhandling.configuration.EventProcessorConfiguration
Packages that use EventProcessorConfiguration
Package
Description
-
Uses of EventProcessorConfiguration in org.axonframework.extension.spring.config
Classes in org.axonframework.extension.spring.config with type parameters of type EventProcessorConfigurationModifier and TypeInterfaceDescriptionstatic interfaceFinal step in the processor definition fluent API for configuring the processor settings.static interfaceThe second step in the processor definition fluent API for selecting which event handlers should be assigned to the processor.Methods in org.axonframework.extension.spring.config that return EventProcessorConfigurationModifier and TypeMethodDescriptionProcessorDefinition.applySettings(EventProcessorConfiguration settings) Applies this processor's configuration settings to the given settings object.Methods in org.axonframework.extension.spring.config with parameters of type EventProcessorConfigurationModifier and TypeMethodDescriptionProcessorDefinition.applySettings(EventProcessorConfiguration settings) Applies this processor's configuration settings to the given settings object. -
Uses of EventProcessorConfiguration in org.axonframework.messaging.eventhandling.configuration
Classes in org.axonframework.messaging.eventhandling.configuration with type parameters of type EventProcessorConfigurationModifier and TypeInterfaceDescriptionstatic interfaceEventProcessorModule.CustomizationPhase<P extends EventProcessorModule,C extends EventProcessorConfiguration> Configuration phase interface that provides methods for setting up event processor configurations.static interfaceEventProcessorModule.EventHandlingPhase<P extends EventProcessorModule,C extends EventProcessorConfiguration> Builder phase for configuring event handling components.Methods in org.axonframework.messaging.eventhandling.configuration that return EventProcessorConfigurationModifier and TypeMethodDescriptionEventProcessorConfiguration.errorHandler(ErrorHandler errorHandler) Sets theErrorHandlerinvoked when anUnitOfWorkthrows an exception during processing.EventProcessorConfiguration.unitOfWorkFactory(UnitOfWorkFactory unitOfWorkFactory) AUnitOfWorkFactorythat spawnsUnitOfWorkused to process an event batch.Method parameters in org.axonframework.messaging.eventhandling.configuration with type arguments of type EventProcessorConfigurationModifier and TypeMethodDescriptionEventProcessingConfigurer.defaults(BiFunction<Configuration, EventProcessorConfiguration, EventProcessorConfiguration> configureDefaults) Configures default settings that will be applied to all event processors managed by this module.EventProcessingConfigurer.defaults(BiFunction<Configuration, EventProcessorConfiguration, EventProcessorConfiguration> configureDefaults) Configures default settings that will be applied to all event processors managed by this module.EventProcessingConfigurer.defaults(UnaryOperator<EventProcessorConfiguration> configureDefaults) Configures default settings that will be applied to all event processors managed by this module.Constructors in org.axonframework.messaging.eventhandling.configuration with parameters of type EventProcessorConfigurationModifierConstructorDescriptionConstructs a newEventProcessorConfigurationcopying properties from the given configuration. -
Uses of EventProcessorConfiguration in org.axonframework.messaging.eventhandling.processing.streaming.pooled
Subclasses of EventProcessorConfiguration in org.axonframework.messaging.eventhandling.processing.streaming.pooledConstructors in org.axonframework.messaging.eventhandling.processing.streaming.pooled with parameters of type EventProcessorConfigurationModifierConstructorDescriptionConstructs a newPooledStreamingEventProcessorConfigurationcopying properties from the given configuration.PooledStreamingEventProcessorConfiguration(EventProcessorConfiguration base, Configuration configuration) Constructs a newPooledStreamingEventProcessorConfigurationwith default values and retrieve global default values. -
Uses of EventProcessorConfiguration in org.axonframework.messaging.eventhandling.processing.subscribing
Subclasses of EventProcessorConfiguration in org.axonframework.messaging.eventhandling.processing.subscribingConstructors in org.axonframework.messaging.eventhandling.processing.subscribing with parameters of type EventProcessorConfigurationModifierConstructorDescriptionConstructs a newSubscribingEventProcessorConfigurationcopying properties from the given configuration.SubscribingEventProcessorConfiguration(EventProcessorConfiguration base, Configuration configuration) Constructs a newSubscribingEventProcessorConfigurationwith default values and retrieve global default values.