public interface UriRouteInvoker<Input,Output,Context,Exception extends AnalyzedException> extends UriInvoker<Input,Output,Context,Exception>
| 限定符和类型 | 方法和说明 |
|---|---|
void |
disableCircuitBreaker() |
void |
enableCircuitBreaker() |
ExceptionAnalyzer<Exception> |
getExceptionAnalyzer() |
boolean |
isCircuitBreakerEnable() |
void |
setExceptionAnalyzer(ExceptionAnalyzer<Exception> analyzer) |
getUri, setUriaddException, getContext, getExceptions, getInput, getLastException, invoke, setContext, setInputboolean isCircuitBreakerEnable()
void enableCircuitBreaker()
void disableCircuitBreaker()
ExceptionAnalyzer<Exception> getExceptionAnalyzer()
void setExceptionAnalyzer(ExceptionAnalyzer<Exception> analyzer)
Copyright © 2024. All rights reserved.