Class EntityExchangeResult<T>

  • Type Parameters:
    T - the response body type

    public class EntityExchangeResult<T>
    extends ExchangeResult
    ExchangeResult sub-class that exposes the response body fully extracted to a representation of type <T>.
    Since:
    5.0
    Author:
    Rossen Stoyanchev
    See Also:
    FluxExchangeResult