Interface | Description |
---|---|
QueryPriorityCalculator |
Calculate priority of message based on it content.
|
Class | Description |
---|---|
AxonServerQueryBus |
AxonServer implementation for the QueryBus.
|
GrpcBackedQueryMessage<Q,R> |
Wrapper around GRPC QueryRequest to implement the QueryMessage interface
|
GrpcBackedResponseMessage<R> |
Wrapper around GRPC QueryRequest to implement the QueryMessage interface
|
QuerySerializer |
Converter between Axon QueryRequest/QueryResponse and AxonServer GRPC messages.
|
QueueBackedSpliterator<R> |
Converts the push interface for QueryResponses from AxonServer to a pull interface to be used by Axon Framework
Uses a queue to cache 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–2018. All rights reserved.