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()
Returns the local segment configured for this instance.
|
Constructor and Description |
---|
AxonServerQueryBus(AxonServerConnectionManager axonServerConnectionManager,
AxonServerConfiguration configuration,
QueryUpdateEmitter updateEmitter,
QueryBus localSegment,
Serializer messageSerializer,
Serializer genericSerializer,
QueryPriorityCalculator priorityCalculator)
Creates an instance of the Axon Server
QueryBus client. |
Constructor and Description |
---|
SubscriptionQueryRequestTarget(QueryBus localSegment,
Publisher<QueryProviderOutbound> publisher,
SubscriptionMessageSerializer serializer)
Instantiate a
SubscriptionQueryRequestTarget used to receive Subscription Query requests and response. |
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 query handlers to the given 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) |
Modifier and Type | Method and Description |
---|---|
QueryGateway |
AxonAutoConfiguration.queryGateway(QueryBus queryBus) |
Copyright © 2010–2019. All rights reserved.