Uses of Annotation Interface
org.axonframework.common.Priority
Packages that use Priority
Package
Description
Contains classes related to multitenancy-specific annotation logic.
Part of the Axon Extension module.
Part of the Axon Messaging module.
Part of the Axon Messaging module
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Annotation-pipeline tracing support for
axon-messaging: the handler enhancer producing per-method handler
spans, registered conditionally on the HandlerDefinition component by the tracing configuration defaults.Root package for Axon Test.
-
Uses of Priority in io.axoniq.framework.messaging.multitenancy.annotation
Classes in io.axoniq.framework.messaging.multitenancy.annotation with annotations of type PriorityModifier and TypeClassDescriptionclassParameterResolverFactoryinjecting tenant-scoped components into message-handling methods. -
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.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.interception.annotation
Classes in org.axonframework.messaging.core.interception.annotation with annotations of type PriorityModifier and TypeClassDescriptionclassParameter resolver factory that adds support for resolving currentMessageHandlerInterceptorChain. -
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.messaging.tracing.annotation
Classes in org.axonframework.messaging.tracing.annotation with annotations of type PriorityModifier and TypeClassDescriptionfinal classHandlerEnhancerDefinitionthat wraps annotated message handlers in a tracing span named after the handling method (for example"BookRoomHandler.handle(BookRoom)"). -
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.