@FunctionalInterface
public interface CircuitBreakerMapping
CircuitBreaker
instance from remote invocation parameters.Modifier and Type | Method and Description |
---|---|
CircuitBreaker |
get(ClientRequestContext ctx,
Request req)
Returns the
CircuitBreaker mapped to the given parameters. |
CircuitBreaker get(ClientRequestContext ctx, Request req) throws java.lang.Exception
CircuitBreaker
mapped to the given parameters.java.lang.Exception