Package | Description |
---|---|
org.axonframework.config | |
org.axonframework.queryhandling | |
org.axonframework.queryhandling.annotation | |
org.axonframework.spring.config |
Modifier and Type | Method and Description |
---|---|
protected QueryBus |
DefaultConfigurer.defaultQueryBus(Configuration config)
Provides the default QueryBus implementations.
|
default QueryBus |
Configuration.queryBus() |
Modifier and Type | Method and Description |
---|---|
default Configurer |
Configurer.configureQueryBus(Function<Configuration,QueryBus> queryBusBuilder)
Configures the given Query Bus to use in this configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleQueryBus
Implementation of the QueryBus that dispatches queries to the handlers within the JVM.
|
Modifier and Type | Method and Description |
---|---|
Registration |
QueryHandlerAdapter.subscribe(QueryBus queryBus)
Subscribes query handlers to the given query bus
|
Constructor and Description |
---|
DefaultQueryGateway(QueryBus queryBus,
MessageDispatchInterceptor<? super QueryMessage<?,?>>... dispatchInterceptors)
Initializes the gateway to send queries to the given
queryBus and invoking given
dispatchInterceptors prior to publication ont he query bus. |
Modifier and Type | Method and Description |
---|---|
Registration |
AnnotationQueryHandlerAdapter.subscribe(QueryBus queryBus) |
Modifier and Type | Method and Description |
---|---|
QueryBus |
AxonConfiguration.defaultQueryBus() |
QueryBus |
AxonConfiguration.queryBus() |
Modifier and Type | Method and Description |
---|---|
QueryGateway |
AxonConfiguration.queryGateway(QueryBus queryBus) |
void |
QueryHandlerSubscriber.setQueryBus(QueryBus queryBus) |
Copyright © 2010–2017. All rights reserved.