Uses of Annotation Interface
org.axonframework.common.Priority
Packages that use Priority
Package
Description
Classes in support of testing Axon based applications.
-
Uses of Priority in org.axonframework.extension.spring.config.annotation
Classes in org.axonframework.extension.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.messaging.core.annotation
Classes in org.axonframework.messaging.core.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 from theProcessingContextif present.classFactory for the default parameter resolvers.classParameterResolverFactorythat first tries to resolve a parameter using the child factory.classParameter resolver factory that adds support for resolving currentMessageHandlerInterceptorChain.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.messaging.core.configuration.reflection
Classes in org.axonframework.messaging.core.configuration.reflection with annotations of type PriorityModifier and TypeClassDescriptionclassAParameterResolverFactoryimplementation that resolves parameters from available components in theConfigurationinstance it was configured with. -
Uses of Priority in org.axonframework.messaging.core.unitofwork.annotation
Classes in org.axonframework.messaging.core.unitofwork.annotation with annotations of type PriorityModifier and TypeClassDescriptionclassParameterResolverFactoryimplementation that provides aParameterResolverfor parameters of typeProcessingContext. -
Uses of Priority in org.axonframework.messaging.eventhandling.annotation
Classes in org.axonframework.messaging.eventhandling.annotation 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.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.