Package | Description |
---|---|
org.axonframework.config | |
org.axonframework.queryhandling | |
org.axonframework.spring.config | |
org.axonframework.springboot.autoconfig |
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)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
QueryGateway |
AxonAutoConfiguration.queryGateway(QueryBus queryBus) |
Copyright © 2010–2023. All rights reserved.