- Type Parameters:
V- the return value
- All Known Implementing Classes:
Invocation
- Enclosing interface:
Interceptor
public static interface Interceptor.Chain<V>
Represents the next in line for interception, terminating with a call to the wrapped service provider.
-
Method Summary
-
Method Details
-
proceed
Call the next interceptor in line, or finishing with the call to the service provider.- Parameters:
args- the arguments pass- Returns:
- the result of the call
-