Uses of Interface
org.axonframework.queryhandling.QueryInvocationErrorHandler
Packages that use QueryInvocationErrorHandler
-
Uses of QueryInvocationErrorHandler in org.axonframework.queryhandling
Classes in org.axonframework.queryhandling that implement QueryInvocationErrorHandlerModifier and TypeClassDescriptionclassImplementation of the QueryInvocationErrorHandler that logs all errors to a givenLogger.Methods in org.axonframework.queryhandling with parameters of type QueryInvocationErrorHandlerModifier and TypeMethodDescriptionSimpleQueryBus.Builder.errorHandler(QueryInvocationErrorHandler errorHandler) Sets theQueryInvocationErrorHandlerto handle exceptions during query handler invocation. -
Uses of QueryInvocationErrorHandler in org.axonframework.springboot.autoconfig
Methods in org.axonframework.springboot.autoconfig that return QueryInvocationErrorHandlerMethods in org.axonframework.springboot.autoconfig with parameters of type QueryInvocationErrorHandlerModifier and TypeMethodDescriptionAxonServerBusAutoConfiguration.queryBus(AxonServerConnectionManager axonServerConnectionManager, AxonServerConfiguration axonServerConfiguration, Configuration axonConfiguration, TransactionManager txManager, Serializer messageSerializer, Serializer genericSerializer, QueryPriorityCalculator priorityCalculator, QueryInvocationErrorHandler queryInvocationErrorHandler, TargetContextResolver<? super QueryMessage<?, ?>> targetContextResolver)