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  Fallbackimplementation can
 conditionally determine whether to propagate the exception or to attempt
 to recover. | 
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.