| Interface | Description |
|---|---|
| QueryPriorityCalculator |
Calculate the priority of
QueryMessage based on its content. |
| Class | Description |
|---|---|
| AxonServerQueryBus |
Axon
QueryBus implementation that connects to Axon Server to submit and receive queries and query responses. |
| GrpcBackedQueryMessage<Q,R> |
Wrapper that allows clients to access a gRPC
QueryRequest as a QueryMessage. |
| GrpcBackedResponseMessage<R> |
Wrapper that allows clients to access a gRPC
QueryResponse as a QueryResponseMessage. |
| QuerySerializer |
Converter between Axon Framework
QueryMessage and QueryResponseMessage and Axon Server gRPC
Query and QueryResponse messages. |
| QueueBackedSpliterator<R> |
Converts the push interface for QueryResponses from Axon Server to a pull interface to be used by Axon Framework.
|
| Exception | Description |
|---|---|
| AxonServerQueryDispatchException |
An AxonServer Exception which is thrown on a Query Dispatching exception.
|
| AxonServerRemoteQueryHandlingException |
An AxonServer Exception which is thrown on a Query Handling exception.
|
Copyright © 2010–2019. All rights reserved.