Uses of Class
org.axonframework.queryhandling.QuerySubscription
Packages that use QuerySubscription
-
Uses of QuerySubscription in org.axonframework.queryhandling
Methods in org.axonframework.queryhandling that return types with arguments of type QuerySubscriptionModifier and TypeMethodDescriptionprotected Map<String, Collection<QuerySubscription<?>>> SimpleQueryBus.getSubscriptions()Returns the subscriptions for this query bus. -
Uses of QuerySubscription in org.axonframework.queryhandling.registration
Methods in org.axonframework.queryhandling.registration that return types with arguments of type QuerySubscriptionModifier and TypeMethodDescriptionDuplicateQueryHandlerResolver.resolve(String queryName, Type responseType, List<QuerySubscription<?>> registeredHandlers, QuerySubscription<?> candidateHandler) Chooses what to do when a duplicate handler is registered, returning the handlers that should be selected for query handling, or otherwise throwing an exception to reject registration altogether.FailingDuplicateQueryHandlerResolver.resolve(String queryName, Type responseType, List<QuerySubscription<?>> registeredHandlers, QuerySubscription<?> candidateHandler) LoggingDuplicateQueryHandlerResolver.resolve(String queryName, Type responseType, List<QuerySubscription<?>> registeredHandlers, QuerySubscription<?> candidateHandler) Methods in org.axonframework.queryhandling.registration with parameters of type QuerySubscriptionModifier and TypeMethodDescriptionDuplicateQueryHandlerResolver.resolve(String queryName, Type responseType, List<QuerySubscription<?>> registeredHandlers, QuerySubscription<?> candidateHandler) Chooses what to do when a duplicate handler is registered, returning the handlers that should be selected for query handling, or otherwise throwing an exception to reject registration altogether.FailingDuplicateQueryHandlerResolver.resolve(String queryName, Type responseType, List<QuerySubscription<?>> registeredHandlers, QuerySubscription<?> candidateHandler) LoggingDuplicateQueryHandlerResolver.resolve(String queryName, Type responseType, List<QuerySubscription<?>> registeredHandlers, QuerySubscription<?> candidateHandler) Method parameters in org.axonframework.queryhandling.registration with type arguments of type QuerySubscriptionModifier and TypeMethodDescriptionDuplicateQueryHandlerResolver.resolve(String queryName, Type responseType, List<QuerySubscription<?>> registeredHandlers, QuerySubscription<?> candidateHandler) Chooses what to do when a duplicate handler is registered, returning the handlers that should be selected for query handling, or otherwise throwing an exception to reject registration altogether.FailingDuplicateQueryHandlerResolver.resolve(String queryName, Type responseType, List<QuerySubscription<?>> registeredHandlers, QuerySubscription<?> candidateHandler) LoggingDuplicateQueryHandlerResolver.resolve(String queryName, Type responseType, List<QuerySubscription<?>> registeredHandlers, QuerySubscription<?> candidateHandler) Constructors in org.axonframework.queryhandling.registration with parameters of type QuerySubscriptionModifierConstructorDescriptionDuplicateQueryHandlerSubscriptionException(String queryName, Type responseType, QuerySubscription<?> initialHandler, QuerySubscription<?> duplicateHandler) Initialize a duplicate query handler subscription exception using the giveninitialHandlerandduplicateHandlerto form a specific message.