java.lang.Object
org.eclipse.microprofile.fault.tolerance.tck.interceptor.ftPriorityChange.EarlyFtInterceptor

@Interceptor @Priority(3800) public class EarlyFtInterceptor extends Object
An interceptor that is called before the FT interceptor in the chain and count the invocation.
Author:
carlosdlr
  • Constructor Details

    • EarlyFtInterceptor

      public EarlyFtInterceptor()
  • Method Details