|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Priority | |
---|---|
org.axonframework.commandhandling.annotation | Classes that provide annotation support for command handling. |
org.axonframework.common.annotation | Contains the main classes for annotation support in Axon Framework. |
org.axonframework.eventhandling.annotation | Classes in support of the configuration of Event Handlers using annotations. |
org.axonframework.test | Classes in support of testing Axon based applications. |
Uses of Priority in org.axonframework.commandhandling.annotation |
---|
Classes in org.axonframework.commandhandling.annotation with annotations of type Priority | |
---|---|
class |
CurrentUnitOfWorkParameterResolverFactory
ParameterResolverFactory that add support for the UnitOfWork parameter type in annotated handlers. |
Uses of Priority in org.axonframework.common.annotation |
---|
Classes in org.axonframework.common.annotation with annotations of type Priority | |
---|---|
class |
DefaultParameterResolverFactory
Factory for the default parameter resolvers. |
class |
SimpleResourceParameterResolverFactory
ParameterResolverFactory implementation that resolves parameters for a specific given Resource. |
class |
SpringBeanParameterResolverFactory
ParameterResolverFactory implementation that resolves parameters in the Spring Application Context. |
Uses of Priority in org.axonframework.eventhandling.annotation |
---|
Classes in org.axonframework.eventhandling.annotation with annotations of type Priority | |
---|---|
class |
SequenceNumberParameterResolverFactory
An extension of the AbstractAnnotatedParameterResolverFactory that accepts parameters of a Long type
annotated with the SequenceNumber annotation and assigns the sequenceNumber of the DomainEventMessage. |
class |
TimestampParameterResolverFactory
AbstractAnnotatedParameterResolverFactory that accepts parameters with type DateTime that are annotated
with the Timestamp annotation and assigns the timestamp of the EventMessage. |
Uses of Priority in org.axonframework.test |
---|
Classes in org.axonframework.test with annotations of type Priority | |
---|---|
class |
FixtureResourceParameterResolverFactory
ParameterResolverFactory implementation that is aware of test-specific use cases. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |