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 |
---|---|
AxonServerNonTransientRemoteQueryHandlingException |
Exception indicating a non-transient problem that was reported during query handling by the remote end of a connection.
|
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–2023. All rights reserved.