Package io.github.resilience4j.retry
Class Retry.AsyncRetryBlock<T>
java.lang.Object
io.github.resilience4j.retry.Retry.AsyncRetryBlock<T>
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing interface:
- Retry
public static class Retry.AsyncRetryBlock<T>
extends java.lang.Object
implements java.lang.Runnable
-
Method Summary
Modifier and Type Method Description voidrun()
-
Method Details
-
run
public void run()- Specified by:
runin interfacejava.lang.Runnable
-