Uses of Annotation Interface
org.axonframework.messaging.annotation.HasHandlerAttributes
Packages that use HasHandlerAttributes
Package
Description
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus.-
Uses of HasHandlerAttributes in org.axonframework.eventhandling
Classes in org.axonframework.eventhandling with annotations of type HasHandlerAttributesModifier and TypeClassDescription@interfaceAnnotation marking a Handler (or class) as being capable of handling replays, or not, depending on the value passed. -
Uses of HasHandlerAttributes in org.axonframework.lifecycle
Classes in org.axonframework.lifecycle with annotations of type HasHandlerAttributesModifier and TypeClassDescription@interfaceAnnotation indicating that a member method should be a part of the shutdown cycle of an Axon application.@interfaceAnnotation indicating that a member method should be a part of the start cycle of an Axon application. -
Uses of HasHandlerAttributes in org.axonframework.messaging.annotation
Classes in org.axonframework.messaging.annotation with annotations of type HasHandlerAttributesModifier and TypeClassDescription@interfaceAnnotation indicating that a member method should be able to respond toMessages.@interfaceSets the timeout settings of a message handler. -
Uses of HasHandlerAttributes in org.axonframework.messaging.interceptors
Classes in org.axonframework.messaging.interceptors with annotations of type HasHandlerAttributesModifier and TypeClassDescription@interfaceMeta-Annotation used to demarcateMessageHandlerInterceptorannotated methods as interceptors that should only act on the result of a handler invocation. -
Uses of HasHandlerAttributes in org.axonframework.modelling.command
Classes in org.axonframework.modelling.command with annotations of type HasHandlerAttributesModifier and TypeClassDescription@interfaceAnnotation used to specify the creation policy for a command handler. -
Uses of HasHandlerAttributes in org.axonframework.modelling.saga
Classes in org.axonframework.modelling.saga with annotations of type HasHandlerAttributesModifier and TypeClassDescription@interfaceIndicates that the annotatedSagaEventHandlermethod indicates the end of a Saga instance's lifecycle.@interfaceIndicates that the annotatedSagaEventHandlermethod can trigger the creation of a new Saga instance.