Class FtSupport.FallbackMethod<T>

java.lang.Object
io.helidon.faulttolerance.FtSupport.FallbackMethod<T>
Type Parameters:
T - service type
All Implemented Interfaces:
Interception.ElementInterceptor, Interception.Interceptor
Enclosing class:
FtSupport

public abstract static class FtSupport.FallbackMethod<T> extends Object implements Interception.ElementInterceptor
A base interceptor service implementation to support Fallback.
  • Constructor Details

    • FallbackMethod

      protected FallbackMethod()
      Constructor with no side effects.
  • Method Details