@FunctionalInterface public interface GlobalFailureHandler
| 限定符和类型 | 方法和说明 |
|---|---|
void |
handleGlobalFailure(Throwable cause)
Handles a global failure.
|
void handleGlobalFailure(Throwable cause)
cause - A cause that describes the global failure.Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.