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

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

    • LateFtInterceptor

      public LateFtInterceptor()
  • Method Details