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. |
AxonServerQueryBus.Builder |
Builder class to instantiate an
AxonServerQueryBus . |
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. |
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–2022. All rights reserved.