Package org.axonframework.axonserver.connector.query
package org.axonframework.axonserver.connector.query
-
ClassDescriptionAn abstract implementation of the
MessageStreaminterface that wraps aResultStream.Exception indicating a non-transient problem that was reported during query handling by the remote end of a connection.AxonServerQueryBusConnector is an implementation ofQueryBusConnectorthat connects to AxonServer to enable the dispatching and receiving of queries.An AxonServer Exception which is thrown on a Query Dispatching exception.An AxonServer Exception which is thrown on a Query Handling exception.Utility class to convert queries duringdispatchingand handling ofsubscribedquery handlers in theAxonServerQueryBusConnector.A specialized implementation ofAbstractQueryResponseMessageStreamthat processes a stream ofQueryUpdateobjects and transforms them intoQueryResponseMessageinstances.