Interface CircuitBreakerStrategy

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface
public interface CircuitBreakerStrategy
Determines whether a Response should be reported as a success or a failure to a CircuitBreaker. If you need to determine whether the request was successful by looking into the Response content, use CircuitBreakerStrategyWithContent.