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