Package io.axoniq.framework.axonserver.connector.query
@NullMarked
package io.axoniq.framework.axonserver.connector.query
Part of the Axon Server Connector module. Contains classes related to query.
-
ClassesClassDescriptionAn abstract implementation of the
MessageStreaminterface that wraps aResultStream.AxonServerQueryBusConnector is an implementation ofQueryBusConnectorthat connects to AxonServer to enable the dispatching and receiving of queries.Utility class to convert queries duringdispatchingand handling ofsubscribedquery handlers in theAxonServerQueryBusConnector.A specialized implementation ofAbstractQueryResponseMessageStreamthat processes a stream ofQueryUpdateobjects and transforms them intoQueryResponseMessageinstances.