Package | Description |
---|---|
org.axonframework.queryhandling | |
org.axonframework.queryhandling.registration |
Class and Description |
---|
DuplicateQueryHandlerResolver
Functional interface towards resolving the occurrence of a duplicate query handler being subscribed.
|
Class and Description |
---|
DuplicateQueryHandlerResolver
Functional interface towards resolving the occurrence of a duplicate query handler being subscribed.
|
FailingDuplicateQueryHandlerResolver
Implementation of
DuplicateQueryHandlerResolver that throws a DuplicateQueryHandlerSubscriptionException
when a duplicate registration is detected. |
LoggingDuplicateQueryHandlerResolver
Implementation of the
DuplicateQueryHandlerResolver that allows registrations to be overridden by new handlers,
but logs this (on WARN level) to a given logger. |
Copyright © 2010–2023. All rights reserved.