@FunctionalInterface public interface ExceptionFilter
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldDealWith(Throwable throwable)
Decides whether the given error should be dealt with circuit breaker.
|
Copyright © 2020 LeanCloud. All rights reserved.