Interface ClientCircuitBreakerGenerator<T>

Type Parameters:
T - the type of circuit breaker that will be generated
All Known Subinterfaces:
CircuitBreakerMapping, Resilience4jCircuitBreakerMapping
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface @UnstableApi public interface ClientCircuitBreakerGenerator<T>
Returns a circuit breaker implementation from remote invocation parameters.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a circuit breaker implementation mapped to the given parameters.