Modifier and Type | Class and Description |
---|---|
class |
AxonServerQueryBus
AxonServer implementation for the QueryBus.
|
Constructor and Description |
---|
AxonServerQueryBus(AxonServerConnectionManager axonServerConnectionManager,
AxonServerConfiguration configuration,
QueryUpdateEmitter updateEmitter,
QueryBus localSegment,
Serializer messageSerializer,
Serializer genericSerializer,
QueryPriorityCalculator priorityCalculator)
Creates an instance of the AxonServerQueryBus
|
Constructor and Description |
---|
SubscriptionQueryRequestTarget(QueryBus localSegment,
Publisher<QueryProviderOutbound> publisher,
SubscriptionMessageSerializer serializer) |
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) |
Copyright © 2010–2018. All rights reserved.