Class EventHandlingProcessorAutoConfiguration
java.lang.Object
com.opencqrs.framework.eventhandler.EventHandlingProcessorAutoConfiguration
@AutoConfiguration
@EnableConfigurationProperties(EventHandlingProperties.class)
public class EventHandlingProcessorAutoConfiguration
extends Object
Auto-configuration for
EventHandlingProcessor
and supporting beans.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.context.support.GenericApplicationContext
openCqrsEventHandlingProcessorContext
(org.springframework.context.ApplicationContext applicationContext, EventHandlingProperties eventHandlingProperties, List<EventHandlerDefinition> eventHandlerDefinitions)
-
Field Details
-
DEFAULT_ACTIVE_PARTITIONS
public static final long DEFAULT_ACTIVE_PARTITIONS- See Also:
-
-
Constructor Details
-
EventHandlingProcessorAutoConfiguration
public EventHandlingProcessorAutoConfiguration()
-
-
Method Details
-
openCqrsEventHandlingProcessorContext
@Bean(initMethod="refresh") public org.springframework.context.support.GenericApplicationContext openCqrsEventHandlingProcessorContext(org.springframework.context.ApplicationContext applicationContext, EventHandlingProperties eventHandlingProperties, List<EventHandlerDefinition> eventHandlerDefinitions) -
openCqrsSmartLifecycleEventHandlingProcessorLifecycleControllerRegistration
@Bean public EventHandlingProcessorLifecycleRegistration openCqrsSmartLifecycleEventHandlingProcessorLifecycleControllerRegistration() -
openCqrsInMemoryProgressTracker
-
openCqrsPerSubjectEventSequenceResolver
-
openCqrsPerSecondLevelSubjectEventSequenceResolver
@Bean public PerConfigurableLevelSubjectEventSequenceResolver openCqrsPerSecondLevelSubjectEventSequenceResolver() -
openCqrsNoEventSequenceResolver
-