Interface Interception.ElementInterceptor
- All Superinterfaces:
Interception.Interceptor
- All Known Implementing Classes:
FtSupport.AsyncMethod, FtSupport.BulkheadMethod, FtSupport.CircuitBreakerMethod, FtSupport.FallbackMethod, FtSupport.RetryMethod, FtSupport.TimeoutMethod
- Enclosing class:
Interception
Interceptor for a specific element and annotation.
Implementations of this interface are
Service.Named by the
fully qualified target type + "." + element signature.-
Nested Class Summary
Nested classes/interfaces inherited from interface Interception.Interceptor
Interception.Interceptor.Chain<V>Modifier and TypeInterfaceDescriptionstatic interfaceRepresents the next in line for interception, terminating with a call to the service instance. -
Method Summary
Methods inherited from interface Interception.Interceptor
proceedModifier and TypeMethodDescription<V> Vproceed(InterceptionContext ctx, Interception.Interceptor.Chain<V> chain, Object... args) Called during interception of the target V.