Uses of Interface
org.axonframework.commandhandling.DuplicateCommandHandlerResolver
Packages that use DuplicateCommandHandlerResolver
Package
Description
Classes that implement the concept of command handling using explicit command objects.
-
Uses of DuplicateCommandHandlerResolver in org.axonframework.commandhandling
Classes in org.axonframework.commandhandling that implement DuplicateCommandHandlerResolverModifier and TypeClassDescriptionclassImplementation ofDuplicateCommandHandlerResolverthat throws aDuplicateCommandHandlerSubscriptionExceptionwhen a duplicate registration is detected.classImplementation of the DuplicateCommandHandlerResolver that allows registrations to be overridden by new handlers, but logs this (on WARN level) to a given logger.Methods in org.axonframework.commandhandling that return DuplicateCommandHandlerResolverModifier and TypeMethodDescriptionDuplicateCommandHandlerResolution.logAndOverride()ADuplicateCommandHandlerResolverimplementation which logs a warning message and resolve to returning the duplicate handler and overriding the existing command handler.DuplicateCommandHandlerResolution.rejectDuplicates()ADuplicateCommandHandlerResolverimplementation which throws aDuplicateCommandHandlerSubscriptionException.DuplicateCommandHandlerResolution.silentOverride()ADuplicateCommandHandlerResolverimplementation that allows handlers to silently override previous registered handlers for the same command.Methods in org.axonframework.commandhandling with parameters of type DuplicateCommandHandlerResolverModifier and TypeMethodDescriptionAsynchronousCommandBus.Builder.duplicateCommandHandlerResolver(DuplicateCommandHandlerResolver duplicateCommandHandlerResolver) SimpleCommandBus.Builder.duplicateCommandHandlerResolver(DuplicateCommandHandlerResolver duplicateCommandHandlerResolver) Sets theDuplicateCommandHandlerResolverused to resolves the road to take when a duplicate command handler is subscribed. -
Uses of DuplicateCommandHandlerResolver in org.axonframework.disruptor.commandhandling
Methods in org.axonframework.disruptor.commandhandling with parameters of type DuplicateCommandHandlerResolverModifier and TypeMethodDescriptionDisruptorCommandBus.Builder.duplicateCommandHandlerResolver(DuplicateCommandHandlerResolver duplicateCommandHandlerResolver) Sets theDuplicateCommandHandlerResolverused to resolves the road to take when a duplicate command handler is subscribed. -
Uses of DuplicateCommandHandlerResolver in org.axonframework.springboot.autoconfig
Methods in org.axonframework.springboot.autoconfig that return DuplicateCommandHandlerResolverMethods in org.axonframework.springboot.autoconfig with parameters of type DuplicateCommandHandlerResolverModifier and TypeMethodDescriptionAxonAutoConfiguration.commandBus(TransactionManager txManager, Configuration axonConfiguration, DuplicateCommandHandlerResolver duplicateCommandHandlerResolver)