Interface PostHttpClientInterceptor

All Superinterfaces:
PostHttpInterceptor<HttpClientRequest,HttpClientResponse>
All Known Subinterfaces:
HttpClientInterceptor
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 PostHttpClientInterceptor extends PostHttpInterceptor<HttpClientRequest,HttpClientResponse>
An PostHttpClientInterceptor definition for post-processing HttpClientRequest as well as HttpClientResponse instances.