Interface HandlerResolver<T extends HttpMessage,H>

Type Parameters:
T - message representation.
H - handler type.
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface HandlerResolver<T extends HttpMessage,H>
Represents a generic request / response message exchange.
Since:
5.5
  • Method Summary

    Modifier and Type
    Method
    Description
    resolve(T message, EntityDetails entityDetails, HttpContext context)