public static class Fallback.DEFAULT extends Object implements FallbackHandler<Void>
| Constructor and Description |
|---|
DEFAULT() |
| Modifier and Type | Method and Description |
|---|---|
Void |
handle(ExecutionContext context)
Handle the previous calling failure and then call alternative methods or perform any alternative operations.
|
public Void handle(ExecutionContext context)
FallbackHandlerhandle in interface FallbackHandler<Void>context - the execution contextCopyright © 2016 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.