Uses of Class
org.axonframework.messaging.annotation.AbstractAnnotatedParameterResolverFactory
Packages that use AbstractAnnotatedParameterResolverFactory
Package
Description
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus.-
Uses of AbstractAnnotatedParameterResolverFactory in org.axonframework.eventhandling
Subclasses of AbstractAnnotatedParameterResolverFactory in org.axonframework.eventhandlingModifier and TypeClassDescriptionclassParameter resolver factory for boolean event handler parameters annotated withConcludesBatch.final classAn extension of the AbstractAnnotatedParameterResolverFactory that accepts parameters of aLongtype annotated with theSequenceNumberannotation and assigns the sequenceNumber of the DomainEventMessage.final class -
Uses of AbstractAnnotatedParameterResolverFactory in org.axonframework.messaging.annotation
Modifier and TypeClassDescriptionfinal classAn extension of the AbstractAnnotatedParameterResolverFactory that accepts parameters of aStringtype that are annotated with theAggregateTypeannotation and assigns the aggregate type of theDomainEventMessage.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