Uses of Interface
org.axonframework.messaging.core.MessageHandlingExceptionHandler
Packages that use MessageHandlingExceptionHandler
Package
Description
Classes that implement the concept of command handling using explicit command objects.
Part of the Axon Messaging module.
Package for event handling components in Axon Framework.
Part of the Axon Messaging module.
Package for query handling components in Axon Framework.
Part of the Axon Messaging module.
-
Uses of MessageHandlingExceptionHandler in org.axonframework.messaging.commandhandling
Subinterfaces of MessageHandlingExceptionHandler in org.axonframework.messaging.commandhandlingModifier and TypeInterfaceDescriptioninterfaceHandles exceptions thrown by aCommandHandlerwithin aCommandHandlingComponent. -
Uses of MessageHandlingExceptionHandler in org.axonframework.messaging.commandhandling.configuration
Method parameters in org.axonframework.messaging.commandhandling.configuration with type arguments of type MessageHandlingExceptionHandlerModifier and TypeMethodDescriptionCommandHandlingModule.CommandHandlerPhase.withExceptionHandler(ComponentBuilder<? extends MessageHandlingExceptionHandler<? super CommandMessage>> handlerBuilder) Wraps the command handling component with the exception handler built by the givenhandlerBuilder. -
Uses of MessageHandlingExceptionHandler in org.axonframework.messaging.eventhandling
Subinterfaces of MessageHandlingExceptionHandler in org.axonframework.messaging.eventhandlingModifier and TypeInterfaceDescriptioninterfaceHandles exceptions thrown by anEventHandlerwithin anEventHandlingComponent. -
Uses of MessageHandlingExceptionHandler in org.axonframework.messaging.eventhandling.configuration
Method parameters in org.axonframework.messaging.eventhandling.configuration with type arguments of type MessageHandlingExceptionHandlerModifier and TypeMethodDescriptionEventHandlingComponentsConfigurer.CompletePhase.withExceptionHandler(ComponentBuilder<? extends MessageHandlingExceptionHandler<? super EventMessage>> handlerBuilder) Wraps all event handling components with the exception handler built by the givenhandlerBuilder. -
Uses of MessageHandlingExceptionHandler in org.axonframework.messaging.queryhandling
Subinterfaces of MessageHandlingExceptionHandler in org.axonframework.messaging.queryhandlingModifier and TypeInterfaceDescriptioninterfaceHandles exceptions thrown by aQueryHandlerwithin aQueryHandlingComponent. -
Uses of MessageHandlingExceptionHandler in org.axonframework.messaging.queryhandling.configuration
Method parameters in org.axonframework.messaging.queryhandling.configuration with type arguments of type MessageHandlingExceptionHandlerModifier and TypeMethodDescriptionQueryHandlingModule.QueryHandlerPhase.withExceptionHandler(ComponentBuilder<? extends MessageHandlingExceptionHandler<? super QueryMessage>> handlerBuilder) Wraps the query handling component with the exception handler built by the givenhandlerBuilder.