Interface Interception.Interceptor

All Known Subinterfaces:
Interception.ElementInterceptor
All Known Implementing Classes:
FtSupport.AsyncMethod, FtSupport.BulkheadMethod, FtSupport.CircuitBreakerMethod, FtSupport.FallbackMethod, FtSupport.RetryMethod, FtSupport.TimeoutMethod
Enclosing class:
Interception

@Contract public static interface Interception.Interceptor
Implementors of this contract must be Service.Named according to the Interception.Intercepted annotation they support.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Represents the next in line for interception, terminating with a call to the service instance.
  • Method Summary

    Modifier and Type
    Method
    Description
    <V> V
    Called during interception of the target V.