Modifier and Type | Class and Description |
---|---|
class |
AxonServerQueryBus
Axon
QueryBus implementation that connects to Axon Server to submit and receive queries and query responses. |
Modifier and Type | Method and Description |
---|---|
QueryBus |
AxonServerQueryBus.localSegment() |
Modifier and Type | Method and Description |
---|---|
AxonServerQueryBus.Builder |
AxonServerQueryBus.Builder.localSegment(QueryBus localSegment)
Sets the local
QueryBus used to dispatch incoming queries to the local environment. |
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 |
---|---|
DefaultQueryGateway.Builder |
DefaultQueryGateway.Builder.queryBus(QueryBus queryBus)
|
Registration |
QueryHandlerAdapter.subscribe(QueryBus queryBus)
Subscribes the query handlers of this
QueryHandlerAdapter to the given QueryBus . |
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) |
Modifier and Type | Method and Description |
---|---|
QueryGateway |
AxonAutoConfiguration.queryGateway(QueryBus queryBus) |
Copyright © 2010–2022. All rights reserved.