Class ContextPropagationFilter

  • All Implemented Interfaces:
    Handler, BiConsumer<ServerRequest,​ServerResponse>

    public class ContextPropagationFilter
    extends Object
    implements Handler
    Filter to add propagation of context values through HTTP headers. This filter will read headers from the request and inject the values into the request Context. Note that the values are stored in the context exactly as obtained from request.