Uses of Class
org.axonframework.messaging.core.annotation.AbstractAnnotatedParameterResolverFactory
Packages that use AbstractAnnotatedParameterResolverFactory
Package
Description
-
Uses of AbstractAnnotatedParameterResolverFactory in org.axonframework.messaging.core.annotation
Subclasses of AbstractAnnotatedParameterResolverFactory in org.axonframework.messaging.core.annotationModifier 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.final classAn extension of the AbstractAnnotatedParameterResolverFactory that accepts parameters of aStringtype that are annotated with theMessageIdentifierannotation and assigns the identifier of the Message.final class -
Uses of AbstractAnnotatedParameterResolverFactory in org.axonframework.messaging.eventhandling.annotation
Subclasses of AbstractAnnotatedParameterResolverFactory in org.axonframework.messaging.eventhandling.annotationModifier and TypeClassDescriptionfinal classAn extension of the AbstractAnnotatedParameterResolverFactory that accepts parameters of aLongtype annotated with theSequenceNumberannotation and assigns the sequenceNumber of the DomainEventMessage.final class