Package org.axonframework.messaging.responsetypes


package org.axonframework.messaging.responsetypes
  • Class
    Description
    Abstract implementation of the ResponseType which contains match functions for the majority of the Type options available.
    Implementation of a QueryResponseMessage that is aware of the requested response type and performs a just-in-time conversion to ensure the response is formatted as requested.
    A ResponseType implementation that will match with query handlers which return a single instance of the expected response type.
    A ResponseType implementation that will match with query handlers which return a multiple instances of the expected response type.
    A ResponseType implementation that will match with query handlers which return a single instance of the expected response type, but returns that as an Optional containing the result.
    A ResponseType implementation that will match with query handlers that return a Publisher stream of the expected response type.
    Specifies the expected response type required when performing a query through the QueryBus/QueryGateway.
    Utility class containing static methods to obtain instances of ResponseType.