Uses of Package
org.axonframework.messaging.annotation
Packages that use org.axonframework.messaging.annotation
Package
Description
Classes that implement the concept of command handling using explicit command objects.
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus.Classes related to event sourcing.
Classes in support of testing Axon based applications.
-
Classes in org.axonframework.messaging.annotation used by org.axonframework.commandhandlingClassDescriptionInterface that describes an object capable of inspecting a method to determine if the method is suitable for message handling.Interface describing objects that are capable of enhancing a
MessageHandler, giving it additional functionality.Annotation indicating that a member method should be able to respond toMessages.Interface describing a handler for specific messages targeting entities of a specific type.Interface for a mechanism that resolves handler method parameter values from a givenMessage.Interface for objects capable of creating Parameter Resolver instances for annotated handler methods. -
Classes in org.axonframework.messaging.annotation used by org.axonframework.configClassDescriptionInterface that describes an object capable of inspecting a method to determine if the method is suitable for message handling.Interface describing objects that are capable of enhancing a
MessageHandler, giving it additional functionality.Interface for a mechanism that resolves handler method parameter values from a givenMessage.Interface for objects capable of creating Parameter Resolver instances for annotated handler methods. -
Classes in org.axonframework.messaging.annotation used by org.axonframework.deadline.annotationClassDescriptionInterface describing objects that are capable of enhancing a
MessageHandler, giving it additional functionality.Annotation indicating that a member method should be able to respond toMessages.Interface describing a handler for specific messages targeting entities of a specific type. -
Classes in org.axonframework.messaging.annotation used by org.axonframework.disruptor.commandhandlingClassDescriptionInterface that describes an object capable of inspecting a method to determine if the method is suitable for message handling.Interface for objects capable of creating Parameter Resolver instances for annotated handler methods.
-
Classes in org.axonframework.messaging.annotation used by org.axonframework.eventhandlingClassDescriptionParameterResolverFactory that will supply a parameter resolver when a matching parameter annotation is paired with a suitable type of parameter.Interface that describes an object capable of inspecting a method to determine if the method is suitable for message handling.Meta-annotation indicating the meta-annotated annotation is used for
MessageHandlingMembers.Annotation indicating that a member method should be able to respond toMessages.Interface for a mechanism that resolves handler method parameter values from a givenMessage.Interface for objects capable of creating Parameter Resolver instances for annotated handler methods. -
Classes in org.axonframework.messaging.annotation used by org.axonframework.eventhandling.replayClassDescriptionInterface describing objects that are capable of enhancing a
MessageHandler, giving it additional functionality.Interface describing a handler for specific messages targeting entities of a specific type.Interface for a mechanism that resolves handler method parameter values from a givenMessage.Interface for objects capable of creating Parameter Resolver instances for annotated handler methods. -
Classes in org.axonframework.messaging.annotation used by org.axonframework.eventsourcingClassDescriptionInterface that describes an object capable of inspecting a method to determine if the method is suitable for message handling.Interface for objects capable of creating Parameter Resolver instances for annotated handler methods.
-
Classes in org.axonframework.messaging.annotation used by org.axonframework.eventsourcing.conflictresolutionClassDescriptionInterface for a mechanism that resolves handler method parameter values from a given
Message.Interface for objects capable of creating Parameter Resolver instances for annotated handler methods. -
Classes in org.axonframework.messaging.annotation used by org.axonframework.lifecycleClassDescriptionMeta-annotation indicating the meta-annotated annotation is used for
MessageHandlingMembers. -
Classes in org.axonframework.messaging.annotation used by org.axonframework.messaging.annotationClassDescriptionParameterResolverFactory that will supply a parameter resolver when a matching parameter annotation is paired with a suitable type of parameter.Inspector for a message handling target of type
Tthat uses annotations on the target to inspect the capabilities of the target.Interface that describes an object capable of inspecting a method to determine if the method is suitable for message handling.Interface describing objects that are capable of enhancing aMessageHandler, giving it additional functionality.Meta-annotation indicating the meta-annotated annotation is used forMessageHandlingMembers.Interface to interact with a MessageHandlingMember instance through a chain of interceptors, which were used to build up this chain.Interface describing a handler for specific messages targeting entities of a specific type.HandlerDefinition instance that delegates to multiple other instances, in the order provided.HandlerEnhancerDefinition instance that delegates to multiple other instances, in the order provided.ParameterResolverFactory instance that delegates to multiple other instances, in the order provided.Interface for a mechanism that resolves handler method parameter values from a givenMessage.Interface for objects capable of creating Parameter Resolver instances for annotated handler methods. -
Classes in org.axonframework.messaging.annotation used by org.axonframework.messaging.deadletterClassDescriptionInterface for a mechanism that resolves handler method parameter values from a given
Message.Interface for objects capable of creating Parameter Resolver instances for annotated handler methods. -
Classes in org.axonframework.messaging.annotation used by org.axonframework.messaging.interceptorsClassDescriptionMeta-annotation indicating the meta-annotated annotation is used for
MessageHandlingMembers.Annotation indicating that a member method should be able to respond toMessages. -
Classes in org.axonframework.messaging.annotation used by org.axonframework.messaging.timeoutClassDescriptionInterface describing objects that are capable of enhancing a
MessageHandler, giving it additional functionality.Interface describing a handler for specific messages targeting entities of a specific type. -
Classes in org.axonframework.messaging.annotation used by org.axonframework.modelling.commandClassDescriptionInterface that describes an object capable of inspecting a method to determine if the method is suitable for message handling.Meta-annotation indicating the meta-annotated annotation is used for
MessageHandlingMembers.Interface for objects capable of creating Parameter Resolver instances for annotated handler methods. -
Classes in org.axonframework.messaging.annotation used by org.axonframework.modelling.command.inspectionClassDescriptionInterface that describes an object capable of inspecting a method to determine if the method is suitable for message handling.Interface describing objects that are capable of enhancing a
MessageHandler, giving it additional functionality.Interface describing a handler for specific messages targeting entities of a specific type.Marker interface forMessageHandlingMemberinstances that need to be treated as interceptors, rather than regular members.Interface for objects capable of creating Parameter Resolver instances for annotated handler methods. -
Classes in org.axonframework.messaging.annotation used by org.axonframework.modelling.command.legacyjpaClassDescriptionInterface that describes an object capable of inspecting a method to determine if the method is suitable for message handling.Interface for objects capable of creating Parameter Resolver instances for annotated handler methods.
-
Classes in org.axonframework.messaging.annotation used by org.axonframework.modelling.sagaClassDescriptionInterface that describes an object capable of inspecting a method to determine if the method is suitable for message handling.Interface describing objects that are capable of enhancing a
MessageHandler, giving it additional functionality.Meta-annotation indicating the meta-annotated annotation is used forMessageHandlingMembers.Interface to interact with a MessageHandlingMember instance through a chain of interceptors, which were used to build up this chain.Interface describing a handler for specific messages targeting entities of a specific type.Interface for objects capable of creating Parameter Resolver instances for annotated handler methods.Abstract implementation of aMessageHandlingMemberthat delegates to a wrapped MessageHandlingMember. -
Classes in org.axonframework.messaging.annotation used by org.axonframework.modelling.saga.metamodelClassDescriptionInterface that describes an object capable of inspecting a method to determine if the method is suitable for message handling.Interface to interact with a MessageHandlingMember instance through a chain of interceptors, which were used to build up this chain.Interface describing a handler for specific messages targeting entities of a specific type.Interface for objects capable of creating Parameter Resolver instances for annotated handler methods.
-
Classes in org.axonframework.messaging.annotation used by org.axonframework.modelling.saga.repositoryClassDescriptionInterface that describes an object capable of inspecting a method to determine if the method is suitable for message handling.Interface to interact with a MessageHandlingMember instance through a chain of interceptors, which were used to build up this chain.Interface for objects capable of creating Parameter Resolver instances for annotated handler methods.
-
Classes in org.axonframework.messaging.annotation used by org.axonframework.queryhandling
-
Classes in org.axonframework.messaging.annotation used by org.axonframework.queryhandling.annotationClassDescriptionInterface that describes an object capable of inspecting a method to determine if the method is suitable for message handling.Interface describing objects that are capable of enhancing a
MessageHandler, giving it additional functionality.Interface describing a handler for specific messages targeting entities of a specific type.Interface for objects capable of creating Parameter Resolver instances for annotated handler methods. -
Classes in org.axonframework.messaging.annotation used by org.axonframework.spring.authorizationClassDescriptionInterface describing objects that are capable of enhancing a
MessageHandler, giving it additional functionality.Interface describing a handler for specific messages targeting entities of a specific type. -
Classes in org.axonframework.messaging.annotation used by org.axonframework.spring.configClassDescriptionInterface that describes an object capable of inspecting a method to determine if the method is suitable for message handling.Interface for objects capable of creating Parameter Resolver instances for annotated handler methods.
-
Classes in org.axonframework.messaging.annotation used by org.axonframework.spring.config.annotationClassDescriptionInterface that describes an object capable of inspecting a method to determine if the method is suitable for message handling.Interface describing objects that are capable of enhancing a
MessageHandler, giving it additional functionality.Interface for a mechanism that resolves handler method parameter values from a givenMessage.Interface for objects capable of creating Parameter Resolver instances for annotated handler methods. -
Classes in org.axonframework.messaging.annotation used by org.axonframework.spring.eventsourcingClassDescriptionInterface that describes an object capable of inspecting a method to determine if the method is suitable for message handling.Interface for objects capable of creating Parameter Resolver instances for annotated handler methods.
-
Classes in org.axonframework.messaging.annotation used by org.axonframework.springboot.autoconfigClassDescriptionInterface that describes an object capable of inspecting a method to determine if the method is suitable for message handling.Interface describing objects that are capable of enhancing a
MessageHandler, giving it additional functionality.Interface for objects capable of creating Parameter Resolver instances for annotated handler methods. -
Classes in org.axonframework.messaging.annotation used by org.axonframework.testClassDescriptionInterface for a mechanism that resolves handler method parameter values from a given
Message.Interface for objects capable of creating Parameter Resolver instances for annotated handler methods. -
Classes in org.axonframework.messaging.annotation used by org.axonframework.test.aggregateClassDescriptionInterface that describes an object capable of inspecting a method to determine if the method is suitable for message handling.Interface describing objects that are capable of enhancing a
MessageHandler, giving it additional functionality.Interface for objects capable of creating Parameter Resolver instances for annotated handler methods. -
Classes in org.axonframework.messaging.annotation used by org.axonframework.test.sagaClassDescriptionInterface that describes an object capable of inspecting a method to determine if the method is suitable for message handling.Interface describing objects that are capable of enhancing a
MessageHandler, giving it additional functionality.Interface for objects capable of creating Parameter Resolver instances for annotated handler methods. -
Classes in org.axonframework.messaging.annotation used by org.axonframework.tracingClassDescriptionInterface describing objects that are capable of enhancing a
MessageHandler, giving it additional functionality.Interface describing a handler for specific messages targeting entities of a specific type.