public static class Fallback.DEFAULT extends java.lang.Object implements FallbackHandler<java.lang.Void>
Constructor and Description |
---|
DEFAULT() |
Modifier and Type | Method and Description |
---|---|
java.lang.Void |
handle(ExecutionContext context)
Handle the previous calling failure and then call alternative methods
or perform any alternative operations.
|
public java.lang.Void handle(ExecutionContext context)
FallbackHandler
handle
in interface FallbackHandler<java.lang.Void>
context
- the execution context