Interface CircuitBreaker


public interface CircuitBreaker
A circuit breaker, which tracks the number of success/failure requests and detects a remote service failure.