Uses of Interface
org.axonframework.messaging.queryhandling.QueryResponseMessage
Packages that use QueryResponseMessage
Package
Description
Part of the Axon Server Connector module.
Package for query handling components in Axon Framework.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
-
Uses of QueryResponseMessage in org.axonframework.axonserver.connector.query
Methods in org.axonframework.axonserver.connector.query that return QueryResponseMessageModifier and TypeMethodDescriptionprotected QueryResponseMessageQueryResponseMessageStream.buildResponseMessage(io.axoniq.axonserver.grpc.query.QueryResponse queryResponse) protected QueryResponseMessageQueryUpdateMessageStream.buildResponseMessage(io.axoniq.axonserver.grpc.query.QueryUpdate queryUpdate) static QueryResponseMessageQueryConverter.convertQueryResponse(io.axoniq.axonserver.grpc.query.QueryResponse queryResponse, @Nullable Converter converter) Converts aQueryResponseinto aQueryResponseMessage.Methods in org.axonframework.axonserver.connector.query that return types with arguments of type QueryResponseMessageModifier and TypeMethodDescriptionAbstractQueryResponseMessageStream.next()AbstractQueryResponseMessageStream.peek()AxonServerQueryBusConnector.query(QueryMessage query, @Nullable ProcessingContext context) AxonServerQueryBusConnector.subscriptionQuery(QueryMessage query, @Nullable ProcessingContext context, int updateBufferSize) Methods in org.axonframework.axonserver.connector.query with parameters of type QueryResponseMessageModifier and TypeMethodDescriptionstatic io.axoniq.axonserver.grpc.query.QueryResponseQueryConverter.convertQueryResponseMessage(String requestId, QueryResponseMessage queryResponseMessage) Converts aQueryResponseMessageinto aQueryResponse. -
Uses of QueryResponseMessage in org.axonframework.messaging.queryhandling
Subinterfaces of QueryResponseMessage in org.axonframework.messaging.queryhandlingModifier and TypeInterfaceDescriptioninterfaceAResultMessageimplementation that holds incremental update of a subscription query.Classes in org.axonframework.messaging.queryhandling that implement QueryResponseMessageModifier and TypeClassDescriptionclassGeneric implementation of theQueryResponseMessageinterface.classGeneric implementation of theSubscriptionQueryUpdateMessageinterface holding incremental update of a subscription query.Methods in org.axonframework.messaging.queryhandling that return QueryResponseMessageModifier and TypeMethodDescriptionGenericQueryResponseMessage.andMetadata(Map<String, String> additionalMetadata) QueryResponseMessage.andMetadata(Map<String, String> additionalMetadata) GenericQueryResponseMessage.withConvertedPayload(Type type, Converter converter) default QueryResponseMessageQueryResponseMessage.withConvertedPayload(Class<?> type, Converter converter) QueryResponseMessage.withConvertedPayload(Type type, Converter converter) default QueryResponseMessageQueryResponseMessage.withConvertedPayload(TypeReference<?> type, Converter converter) GenericQueryResponseMessage.withMetadata(Map<String, String> metadata) QueryResponseMessage.withMetadata(Map<String, String> metadata) Methods in org.axonframework.messaging.queryhandling that return types with arguments of type QueryResponseMessageModifier and TypeMethodDescriptionQueryHandler.handle(QueryMessage query, ProcessingContext context) Handles the givenquerywithin the givencontext.SimpleQueryHandlingComponent.handle(QueryMessage query, ProcessingContext context) QueryBus.query(QueryMessage query, @Nullable ProcessingContext context) Dispatch the givenqueryto aQueryHandlersubscribedto the givenquery'squery name, returning aMessageStreamofresponsesto the givenquery.SimpleQueryBus.query(QueryMessage query, @Nullable ProcessingContext context) QueryBus.subscriptionQuery(QueryMessage query, @Nullable ProcessingContext context, int updateBufferSize) Dispatch the givenqueryto a single QueryHandler subscribed to the givenquery's queryName/initialResponseType/updateResponseType.SimpleQueryBus.subscriptionQuery(QueryMessage query, @Nullable ProcessingContext context, int updateBufferSize) -
Uses of QueryResponseMessage in org.axonframework.messaging.queryhandling.annotation
Methods in org.axonframework.messaging.queryhandling.annotation that return types with arguments of type QueryResponseMessageModifier and TypeMethodDescriptionAnnotatedQueryHandlingComponent.handle(QueryMessage query, ProcessingContext context) -
Uses of QueryResponseMessage in org.axonframework.messaging.queryhandling.distributed
Methods in org.axonframework.messaging.queryhandling.distributed that return types with arguments of type QueryResponseMessageModifier and TypeMethodDescriptionDelegatingQueryBusConnector.query(QueryMessage query, @Nullable ProcessingContext context) DistributedQueryBus.query(QueryMessage query, @Nullable ProcessingContext context) PayloadConvertingQueryBusConnector.query(QueryMessage query, @Nullable ProcessingContext context) QueryBusConnector.Handler.query(QueryMessage query) Handles the incoming query message.QueryBusConnector.query(QueryMessage query, @Nullable ProcessingContext context) Sends the givenqueryto the remote QueryBus.DelegatingQueryBusConnector.subscriptionQuery(QueryMessage query, @Nullable ProcessingContext context, int updateBufferSize) DistributedQueryBus.subscriptionQuery(QueryMessage query, @Nullable ProcessingContext context, int updateBufferSize) PayloadConvertingQueryBusConnector.subscriptionQuery(QueryMessage query, @Nullable ProcessingContext context, int updateBufferSize) QueryBusConnector.subscriptionQuery(QueryMessage query, @Nullable ProcessingContext context, int updateBufferSize) Sends the givenqueryto the remote QueryBus. -
Uses of QueryResponseMessage in org.axonframework.messaging.queryhandling.gateway
Method parameters in org.axonframework.messaging.queryhandling.gateway with type arguments of type QueryResponseMessageModifier and TypeMethodDescription<T> org.reactivestreams.Publisher<T> DefaultQueryGateway.subscriptionQuery(Object query, Class<T> responseType, Function<QueryResponseMessage, T> mapper, @Nullable ProcessingContext context, int updateBufferSize) default <R> org.reactivestreams.Publisher<R> QueryGateway.subscriptionQuery(Object query, Class<R> responseType, Function<QueryResponseMessage, R> mapper) Sends givenqueryover theQueryBusand returns aPublishersupplying the initial update followed by the update.default <R> org.reactivestreams.Publisher<R> QueryGateway.subscriptionQuery(Object query, Class<R> responseType, Function<QueryResponseMessage, R> mapper, int updateBufferSize) Sends givenqueryover theQueryBusand returns aPublishersupplying the initial update followed by the update.default <R> org.reactivestreams.Publisher<R> QueryGateway.subscriptionQuery(Object query, Class<R> responseType, Function<QueryResponseMessage, R> mapper, @Nullable ProcessingContext context) Sends givenqueryover theQueryBusand returns aPublishersupplying the initial update followed by the update.<R> org.reactivestreams.Publisher<R> QueryGateway.subscriptionQuery(Object query, Class<R> responseType, Function<QueryResponseMessage, R> mapper, @Nullable ProcessingContext context, int updateBufferSize) Sends givenqueryover theQueryBusand returns aPublishersupplying the initial update followed by the update. -
Uses of QueryResponseMessage in org.axonframework.messaging.queryhandling.interception
Methods in org.axonframework.messaging.queryhandling.interception that return types with arguments of type QueryResponseMessageModifier and TypeMethodDescriptionInterceptingQueryBus.query(QueryMessage query, @Nullable ProcessingContext context) InterceptingQueryBus.subscriptionQuery(QueryMessage query, @Nullable ProcessingContext context, int updateBufferSize)