@FunctionalInterface public interface RetryRunnable
| Modifier and Type | Method and Description |
|---|---|
static RetryRunnable |
from(Runnable runnable) |
void |
run(RetryContext<Void> ctx) |
void run(RetryContext<Void> ctx)
static RetryRunnable from(Runnable runnable)
Copyright © 2021. All rights reserved.