Interface CircuitBreakerRuleWithContent<T extends Response>

Type Parameters:
T - the response type
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 CircuitBreakerRuleWithContent<T extends Response>
Determines whether a Response should be reported as a success or failure to a CircuitBreaker using the content of the Response. If you just need the HTTP headers to make a decision, use CircuitBreakerRule for efficiency.