V
- the result type of the backup value@Beta
public interface Fallback<V>
Modifier and Type | Method and Description |
---|---|
V |
createOrPropagate(Throwable t)
The exception is provided so that the
Fallback implementation can
conditionally determine whether to propagate the exception or to attempt
to recover. |
Copyright © 2009-2021 The Apache Software Foundation. All Rights Reserved.