I - The type of the content of request.O - The type of the content of response.public interface Interceptor<I,O>
| Modifier and Type | Method and Description |
|---|---|
RequestProvider<I,O> |
intercept(RequestProvider<I,O> provider)
Intercepts and optionally changes the passed
RequestProvider. |
RequestProvider<I,O> intercept(RequestProvider<I,O> provider)
RequestProvider.provider - Provider to intercept.