Uses of Annotation Interface
org.axonframework.common.annotation.RegistrationScope
Packages that use RegistrationScope
Package
Description
Part of the Axon Extension module.
Root package for Axon Update.
-
Uses of RegistrationScope in org.axonframework.extension.spring.config
Classes in org.axonframework.extension.spring.config with annotations of type RegistrationScopeModifier and TypeClassDescriptionclassAn implementation of aConfigurationEnhancerthat will register a list of beans as handlers for a specific type of message.classAConfigurationEnhancerimplementation that will configure an Aggregate with the AxonConfiguration. -
Uses of RegistrationScope in org.axonframework.update
Classes in org.axonframework.update with annotations of type RegistrationScopeModifier and TypeClassDescriptionclassAConfigurationEnhancerthat registers theUpdateCheckercomponent.