Interface PostHttpServerInterceptor

All Superinterfaces:
PostHttpInterceptor<HttpServerRequest,HttpServerResponse>
All Known Subinterfaces:
HttpServerInterceptor
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 PostHttpServerInterceptor extends PostHttpInterceptor<HttpServerRequest,HttpServerResponse>
An PostHttpServerInterceptor definition for post-processing HttpServerRequest as well as HttpServerResponse instances.