| Package | Description | 
|---|---|
| org.axonframework.config | |
| org.axonframework.queryhandling | |
| org.axonframework.spring.config | 
| Modifier and Type | Method and Description | 
|---|---|
protected QueryGateway | 
DefaultConfigurer.defaultQueryGateway(Configuration config)
Returns a  
DefaultQueryGateway that will use the configuration's QueryBus to dispatch queries. | 
default QueryGateway | 
Configuration.queryGateway()
Returns the Query Gateway defined in this Configuration. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultQueryGateway
Implementation of the QueryGateway interface that allows the registration of dispatchInterceptors. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
QueryGateway | 
AxonConfiguration.queryGateway(QueryBus queryBus)  | 
Copyright © 2010–2018. All rights reserved.