@FunctionalInterface public interface GlobalFailureHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handleGlobalFailure(Throwable cause)
Handles a global failure.
|
void handleGlobalFailure(Throwable cause)
cause - A cause that describes the global failure.Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.