Uses of Interface
org.axonframework.messaging.annotation.HandlerEnhancerDefinition
Packages that use HandlerEnhancerDefinition
Package
Description
Classes that implement the concept of command handling using explicit command objects.
-
Uses of HandlerEnhancerDefinition in org.axonframework.commandhandling
Classes in org.axonframework.commandhandling that implement HandlerEnhancerDefinitionModifier and TypeClassDescriptionclassImplementation of aHandlerEnhancerDefinitionthat is used forCommandHandlerannotated methods. -
Uses of HandlerEnhancerDefinition in org.axonframework.config
Method parameters in org.axonframework.config with type arguments of type HandlerEnhancerDefinitionModifier and TypeMethodDescriptionConfigurer.registerHandlerEnhancerDefinition(Function<Configuration, HandlerEnhancerDefinition> handlerEnhancerBuilder) Registers a builder function for aHandlerEnhancerDefinitionused during constructing of the defaultHandlerDefinition.DefaultConfigurer.registerHandlerEnhancerDefinition(Function<Configuration, HandlerEnhancerDefinition> handlerEnhancerBuilder) -
Uses of HandlerEnhancerDefinition in org.axonframework.deadline.annotation
Classes in org.axonframework.deadline.annotation that implement HandlerEnhancerDefinitionModifier and TypeClassDescriptionclassImplementation of aHandlerEnhancerDefinitionthat is used forDeadlineHandlerannotated methods. -
Uses of HandlerEnhancerDefinition in org.axonframework.eventhandling.replay
Classes in org.axonframework.eventhandling.replay that implement HandlerEnhancerDefinitionModifier and TypeClassDescriptionclassAn implementation of theHandlerEnhancerDefinitionthat is used forAllowReplayannotated message handling methods. -
Uses of HandlerEnhancerDefinition in org.axonframework.messaging.annotation
Classes in org.axonframework.messaging.annotation that implement HandlerEnhancerDefinitionModifier and TypeClassDescriptionclassHandlerEnhancerDefinitionthat marks methods (meta-)annotated withMessageHandlerInterceptoras interceptors.classHandlerEnhancerDefinition instance that delegates to multiple other instances, in the order provided.Methods in org.axonframework.messaging.annotation that return HandlerEnhancerDefinitionModifier and TypeMethodDescriptionMultiHandlerDefinition.getHandlerEnhancerDefinition()Returns handler enhancer definition used to wrap handlers.Methods in org.axonframework.messaging.annotation that return types with arguments of type HandlerEnhancerDefinitionModifier and TypeMethodDescriptionMultiHandlerEnhancerDefinition.getDelegates()Returns the delegates of this instance, in the order they are evaluated to resolve parameters.Methods in org.axonframework.messaging.annotation with parameters of type HandlerEnhancerDefinitionModifier and TypeMethodDescriptionstatic MultiHandlerDefinitionMultiHandlerDefinition.ordered(List<HandlerDefinition> delegates, HandlerEnhancerDefinition handlerEnhancerDefinition) Creates a MultiHandlerDefinition instance with the givendelegates, which are automatically ordered based on the@Priorityannotation on their respective classes.static MultiHandlerDefinitionMultiHandlerDefinition.ordered(HandlerEnhancerDefinition handlerEnhancerDefinition, HandlerDefinition... delegates) Creates a MultiHandlerDefinition instance with the givendelegates, which are automatically ordered based on the@Priorityannotation on their respective classes.MultiHandlerEnhancerDefinition.ordered(HandlerEnhancerDefinition... delegates) Creates a MultiHandlerEnhancerDefinition instance with the givendelegates, which are automatically ordered based on the@Priorityannotation on their respective classes.Method parameters in org.axonframework.messaging.annotation with type arguments of type HandlerEnhancerDefinitionModifier and TypeMethodDescriptionMultiHandlerEnhancerDefinition.ordered(Collection<HandlerEnhancerDefinition> delegates) Creates a MultiHandlerEnhancerDefinition instance with the givendelegates, which are automatically ordered based on the@Priorityannotation on their respective classes.Constructors in org.axonframework.messaging.annotation with parameters of type HandlerEnhancerDefinitionModifierConstructorDescriptionMultiHandlerDefinition(List<HandlerDefinition> delegates, HandlerEnhancerDefinition handlerEnhancerDefinition) Initializes an instance that delegates to the givendelegates, in the order provided.MultiHandlerEnhancerDefinition(HandlerEnhancerDefinition... delegates) Initializes an instance that delegates to the givendelegates, in the order provided.Constructor parameters in org.axonframework.messaging.annotation with type arguments of type HandlerEnhancerDefinitionModifierConstructorDescriptionInitializes an instance that delegates to the givendelegates, in the order provided. -
Uses of HandlerEnhancerDefinition in org.axonframework.messaging.timeout
Classes in org.axonframework.messaging.timeout that implement HandlerEnhancerDefinitionModifier and TypeClassDescriptionclassInspects message handler and wraps it in aTimeoutWrappedMessageHandlingMemberif the handler should have a timeout. -
Uses of HandlerEnhancerDefinition in org.axonframework.modelling.command.inspection
Classes in org.axonframework.modelling.command.inspection that implement HandlerEnhancerDefinitionModifier and TypeClassDescriptionclassImplementation ofHandlerEnhancerDefinitionused forCommandHandlerInterceptorannotated methods.classImplementation ofHandlerEnhancerDefinitionused forCreationPolicyannotated methods. -
Uses of HandlerEnhancerDefinition in org.axonframework.modelling.saga
Classes in org.axonframework.modelling.saga that implement HandlerEnhancerDefinitionModifier and TypeClassDescriptionclassAHandlerEnhancerDefinitioninspecting the existence of theEndSagaannotation onMessageHandlingMembers.classUtility class that inspects annotation on a Saga instance and returns the relevant configuration for its Event Handlers. -
Uses of HandlerEnhancerDefinition in org.axonframework.queryhandling.annotation
Classes in org.axonframework.queryhandling.annotation that implement HandlerEnhancerDefinition -
Uses of HandlerEnhancerDefinition in org.axonframework.spring.authorization
Classes in org.axonframework.spring.authorization that implement HandlerEnhancerDefinitionModifier and TypeClassDescriptionclassMessageHandlerDefinition that verifies authorization based onSecuredannotations on the message handler. -
Uses of HandlerEnhancerDefinition in org.axonframework.spring.config.annotation
Methods in org.axonframework.spring.config.annotation that return HandlerEnhancerDefinitionMethod parameters in org.axonframework.spring.config.annotation with type arguments of type HandlerEnhancerDefinitionModifier and TypeMethodDescriptionvoidSpringHandlerDefinitionBean.setAdditionalHandlerEnhancers(List<HandlerEnhancerDefinition> additionalFactories) Deprecated.Defines any additional handler definitions that should be used.voidSpringHandlerEnhancerDefinitionBean.setAdditionalHandlers(List<HandlerEnhancerDefinition> additionalFactories) Deprecated.Defines any additional handler enhancer definitions that should be used. -
Uses of HandlerEnhancerDefinition in org.axonframework.springboot.autoconfig
Methods in org.axonframework.springboot.autoconfig that return HandlerEnhancerDefinitionModifier and TypeMethodDescriptionSecurityAutoConfiguration.securedMessageHandlerDefinition()AxonTracingAutoConfiguration.tracingHandlerEnhancerDefinition(SpanFactory spanFactory, TracingProperties properties) -
Uses of HandlerEnhancerDefinition in org.axonframework.test.aggregate
Methods in org.axonframework.test.aggregate with parameters of type HandlerEnhancerDefinitionModifier and TypeMethodDescriptionAggregateTestFixture.registerHandlerEnhancerDefinition(HandlerEnhancerDefinition handlerEnhancerDefinition) FixtureConfiguration.registerHandlerEnhancerDefinition(HandlerEnhancerDefinition handlerEnhancerDefinition) Registers aHandlerEnhancerDefinitionwithin this fixture. -
Uses of HandlerEnhancerDefinition in org.axonframework.test.saga
Methods in org.axonframework.test.saga with parameters of type HandlerEnhancerDefinitionModifier and TypeMethodDescriptionFixtureConfiguration.registerHandlerEnhancerDefinition(HandlerEnhancerDefinition handlerEnhancerDefinition) Registers aHandlerEnhancerDefinitionwithin this fixture.SagaTestFixture.registerHandlerEnhancerDefinition(HandlerEnhancerDefinition handlerEnhancerDefinition) -
Uses of HandlerEnhancerDefinition in org.axonframework.tracing
Classes in org.axonframework.tracing that implement HandlerEnhancerDefinitionModifier and TypeClassDescriptionclassEnhances message handlers with the providedSpanFactory, wrapping handling of the message in aSpanthat is reported to the monitoring tooling.