Class CircuitBreakerUtil


  • public final class CircuitBreakerUtil
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isCallPermitted​(CircuitBreaker circuitBreaker)
      Indicates whether Circuit Breaker allows any calls or not.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CircuitBreakerUtil

        public CircuitBreakerUtil()
    • Method Detail

      • isCallPermitted

        public static boolean isCallPermitted​(CircuitBreaker circuitBreaker)
        Indicates whether Circuit Breaker allows any calls or not.
        Parameters:
        circuitBreaker - to test
        Returns:
        call is permitted