Uses of Class
org.axonframework.common.configuration.BaseModule
Packages that use BaseModule
Package
Description
-
Uses of BaseModule in org.axonframework.common.configuration
Classes in org.axonframework.common.configuration with type parameters of type BaseModuleModifier and TypeClassDescriptionclassBaseModule<S extends BaseModule<S>>Base implementation for custom modules that contains the ComponentRegistry required to register components, enhancers and (sub)modules. -
Uses of BaseModule in org.axonframework.messaging.eventhandling.processing.streaming.pooled
Modifier and TypeClassDescriptionclassA configuration module for configuring and registering a singlePooledStreamingEventProcessorcomponent. -
Uses of BaseModule in org.axonframework.messaging.eventhandling.processing.subscribing
Modifier and TypeClassDescriptionclassA configuration module for configuring and registering a singleSubscribingEventProcessorcomponent.