| Package | Description |
|---|---|
| org.axonframework.boot.autoconfig | |
| org.axonframework.queryhandling |
| Modifier and Type | Method and Description |
|---|---|
SimpleQueryBus |
AxonAutoConfiguration.queryBus(AxonConfiguration axonConfiguration,
TransactionManager transactionManager,
QueryInvocationErrorHandler eh) |
| Modifier and Type | Class and Description |
|---|---|
class |
LoggingQueryInvocationErrorHandler
Implementation of the QueryInvocationErrorHandler that logs all errors to a given
Logger. |
| Constructor and Description |
|---|
SimpleQueryBus(MessageMonitor<? super QueryMessage<?,?>> messageMonitor,
MessageMonitor<? super SubscriptionQueryUpdateMessage<?>> updateMessageMonitor,
TransactionManager transactionManager,
QueryInvocationErrorHandler errorHandler)
Initialize the query bus with the given
messageMonitor, updateMessageMonitor, transactionManager and given errorHandler. |
SimpleQueryBus(MessageMonitor<? super QueryMessage<?,?>> messageMonitor,
TransactionManager transactionManager,
QueryInvocationErrorHandler errorHandler)
Initialize the query bus with the given
messageMonitor and given errorHandler. |
Copyright © 2010–2018. All rights reserved.