| 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 | 
|---|---|
SimpleQueryBus | 
AxonAutoConfiguration.queryBus(AxonConfiguration axonConfiguration,
        TransactionManager transactionManager,
        QueryInvocationErrorHandler eh)  | 
AxonServerQueryBus | 
AxonServerAutoConfiguration.queryBus(AxonServerConnectionManager axonServerConnectionManager,
        AxonServerConfiguration axonServerConfiguration,
        AxonConfiguration axonConfiguration,
        TransactionManager txManager,
        Serializer messageSerializer,
        Serializer genericSerializer,
        QueryPriorityCalculator priorityCalculator,
        QueryInvocationErrorHandler queryInvocationErrorHandler,
        TargetContextResolver<? super QueryMessage<?,?>> targetContextResolver)  | 
Copyright © 2010–2020. All rights reserved.