Package org.axonframework.queryhandling
package org.axonframework.queryhandling
-
ClassDescriptionException indicating that
QueryUpdateEmitteris completed, thus cannot be used to emit messages and report errors.Default implementation of theQueryBusSpanFactory.Builder class to instantiate aDefaultQueryBusSpanFactory.Implementation of the QueryGateway interface that allows the registration of dispatchInterceptors.Builder class to instantiate aDefaultQueryGateway.Default implementation of theQueryUpdateEmitterSpanFactory.Builder class to instantiate aDefaultQueryUpdateEmitterSpanFactory.Default implementation ofSubscriptionQueryResult.GenericQueryMessage<T,R> Generic implementation of the QueryMessage.QueryResponseMessage implementation that takes all properties as constructor parameters.Generic implementation of theStreamingQueryMessage.Generic implementation of theSubscriptionQueryMessage.GenericSubscriptionQueryUpdateMessagewhich holds incremental update of an subscription query.Implementation of the QueryInvocationErrorHandler that logs all errors to a givenLogger.Builder class to instantiate aLoggingQueryInvocationErrorHandler.Exception indicating a query for a single result was executed, but no handlers were found that could provide an answer.The mechanism that dispatches Query objects to their appropriate QueryHandlers.Span factory that creates spans for theQueryBus.Exception indicating that the execution of a Query Handler has resulted in an exception.Interface towards the Query Handling components of an application.Marker annotation to mark any method on an object as being a QueryHandler.Describes a class capable of subscribing to the query bus.Interface describing a mechanism for the QueryMessage components to report errors.QueryMessage<T,R> Message type that carries a Query: a request for information.Message that contains the results of a Query.Encapsulates the identifying fields of a Query Handler when one is subscribed to theQueryBus.Component which informs subscription queries about updates, errors and when there are no more updates.Span factory that creates spans for theQueryUpdateEmitter.Implementation of the QueryBus that dispatches queries to the handlers within the JVM.Builder class to instantiate aSimpleQueryBus.Implementation ofQueryUpdateEmitterthat uses Project Reactor to implement Update Handlers.Builder class to instantiate aSimpleQueryUpdateEmitter.SinkWrapper<T>Abstraction interface to bridge oldFluxSinkandSinks.ManyAPI with a common API.A special type ofQueryMessageused for initiating streaming queries.Deprecated.since 3.4.0 Reactor version, Sinks API does not use FluxSink.OverflowStrategySubscriptionQueryMessage<Q,I, U> Message type that carries a Subscription Query: a request for information.Result of the subscription query.Message which holds incremental update of an subscription query.Result of registering an Update Handler.