Uses of Annotation Interface
org.axonframework.common.Priority
Packages that use Priority
Package
Description
Classes that implement the concept of command handling using explicit command objects.
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus.Classes in support of testing Axon based applications.
-
Uses of Priority in org.axonframework.commandhandling
Classes in org.axonframework.commandhandling with annotations of type PriorityModifier and TypeClassDescriptionclassParameterResolverFactory that add support for the UnitOfWork parameter type in annotated handlers. -
Uses of Priority in org.axonframework.config
Classes in org.axonframework.config with annotations of type PriorityModifier and TypeClassDescriptionclassParameterResolverFactory implementation that resolves parameters from available components in the Configuration instance it was configured with. -
Uses of Priority in org.axonframework.eventhandling
Classes in org.axonframework.eventhandling with annotations of type PriorityModifier and TypeClassDescriptionfinal classAn extension of the AbstractAnnotatedParameterResolverFactory that accepts parameters of aLongtype annotated with theSequenceNumberannotation and assigns the sequenceNumber of the DomainEventMessage.final class -
Uses of Priority in org.axonframework.messaging.annotation
Classes in org.axonframework.messaging.annotation with annotations of type PriorityModifier and TypeClassDescriptionfinal classAn extension of the AbstractAnnotatedParameterResolverFactory that accepts parameters of aStringtype that are annotated with theAggregateTypeannotation and assigns the aggregate type of theDomainEventMessage.classFactory for the default parameter resolvers.classParameter resolver factory that adds support for resolving currentInterceptorChain.final classAn extension of the AbstractAnnotatedParameterResolverFactory that accepts parameters of aStringtype that are annotated with theMessageIdentifierannotation and assigns the identifier of the Message.classAParameterResolverFactoryimplementation for simple resource injections.final class -
Uses of Priority in org.axonframework.spring.config.annotation
Classes in org.axonframework.spring.config.annotation with annotations of type PriorityModifier and TypeClassDescriptionclassParameterResolverFactory implementation that resolves parameters using Spring dependency resolution.classParameterResolverFactory implementation that resolves parameters in the Spring Application Context. -
Uses of Priority in org.axonframework.test
Classes in org.axonframework.test with annotations of type PriorityModifier and TypeClassDescriptionfinal classParameterResolverFactory implementation for use in test cases that prevent that all declared resources on message handlers need to be configured.