| Package | Description |
|---|---|
| org.axonframework.queryhandling | |
| org.axonframework.queryhandling.annotation |
| 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) |
Copyright © 2010–2025. All rights reserved.