Class DefaultRecoveryFunction<O>
java.lang.Object
io.github.resilience4j.ratpack.recovery.DefaultRecoveryFunction<O>
- All Implemented Interfaces:
RecoveryFunction<O>,ratpack.func.Function<java.lang.Throwable,O>
public class DefaultRecoveryFunction<O> extends java.lang.Object implements RecoveryFunction<O>
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description DefaultRecoveryFunction() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ratpack.func.Function
andThen, compose, toFunction, toGuavaFunctionMethods inherited from interface io.github.resilience4j.ratpack.recovery.RecoveryFunction
onErrorResume, onErrorResume
-
Constructor Details
-
DefaultRecoveryFunction
public DefaultRecoveryFunction()
-
-
Method Details