Uses of Package
org.axonframework.queryhandling.registration
Packages that use org.axonframework.queryhandling.registration
-
Classes in org.axonframework.queryhandling.registration used by org.axonframework.queryhandlingClassDescriptionFunctional interface towards resolving the occurrence of a duplicate query handler being subscribed.
-
Classes in org.axonframework.queryhandling.registration used by org.axonframework.queryhandling.registrationClassDescriptionFunctional interface towards resolving the occurrence of a duplicate query handler being subscribed.Implementation of
DuplicateQueryHandlerResolverthat throws aDuplicateQueryHandlerSubscriptionExceptionwhen a duplicate registration is detected.Implementation of theDuplicateQueryHandlerResolverthat allows registrations to be overridden by new handlers, but logs this (on WARN level) to a given logger.