Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.axonframework.eventhandling.annotation Classes and Interfaces - 10 results found.
NameDescriptionTypePackageFramework
AbstractAnnotatedParameterResolverFactoryParameterResolverFactory that will supply a parameter resolver when a matching parameter annotation is paired with a suitable type of parameter.Classorg.axonframework.eventhandling.annotationAxon
AnnotationClusterSelectorCluster Selector implementation that selects a cluster if an Annotation is present on the Event Listener class.Classorg.axonframework.eventhandlingAxon
AnnotationEventListenerAdapterAdapter that turns any bean with EventHandler annotated methods into an EventListener.Classorg.axonframework.eventhandling.annotationAxon
AnnotationEventListenerBeanPostProcessorSpring Bean post processor that automatically generates an adapter for each bean containing EventHandlerSince:0.Classorg.axonframework.eventhandling.annotationAxon
EventHandlerAnnotation to be placed on methods that can handle events.Classorg.axonframework.eventhandling.annotationAxon
SequenceNumberAnnotation indication that a parameter on an Event Handler method should be injected with the SequenceNumber of a DomainEventMessage.Classorg.axonframework.eventhandling.annotationAxon
SequenceNumberParameterResolverFactoryAn extension of the AbstractAnnotatedParameterResolverFactory that accepts parameters of a Long type annotated with the SequenceNumber annotation and assigns the sequenceNumber of the DomainEventMessage.Classorg.axonframework.eventhandling.annotationAxon
TimestampAnnotation indication that a parameter on an Event Handler method should be injected with the Timestamp of an Event Message.Classorg.axonframework.eventhandling.annotationAxon
TimestampParameterResolverFactoryAbstractAnnotatedParameterResolverFactory that accepts parameters with type DateTime that are annotated with the Timestamp annotation and assigns the timestamp of the EventMessage.Classorg.axonframework.eventhandling.annotationAxon
TransactionMethodExecutionExceptionWrapper for exceptions that occurred while calling an @BeforeTransaction or @AfterTransaction annotated method.Classorg.axonframework.eventhandling.annotationAxon