Package | Description |
---|---|
org.axonframework.queryhandling | |
org.axonframework.springboot.autoconfig |
Modifier and Type | Class and Description |
---|---|
class |
LoggingQueryInvocationErrorHandler
Implementation of the QueryInvocationErrorHandler that logs all errors to a given
Logger . |
Modifier and Type | Method and Description |
---|---|
SimpleQueryBus.Builder |
SimpleQueryBus.Builder.errorHandler(QueryInvocationErrorHandler errorHandler)
Sets the
QueryInvocationErrorHandler to handle exceptions during query handler invocation. |
Modifier and Type | Method and Description |
---|---|
QueryInvocationErrorHandler |
AxonServerAutoConfiguration.queryInvocationErrorHandler() |
Modifier and Type | Method and Description |
---|---|
AxonServerQueryBus |
AxonServerBusAutoConfiguration.queryBus(AxonServerConnectionManager axonServerConnectionManager,
AxonServerConfiguration axonServerConfiguration,
Configuration axonConfiguration,
TransactionManager txManager,
Serializer messageSerializer,
Serializer genericSerializer,
QueryPriorityCalculator priorityCalculator,
QueryInvocationErrorHandler queryInvocationErrorHandler,
TargetContextResolver<? super QueryMessage<?,?>> targetContextResolver) |
Copyright © 2010–2023. All rights reserved.