public interface SendStrategy
| Modifier and Type | Interface and Description |
|---|---|
static class |
SendStrategy.Builder |
| Modifier and Type | Field and Description |
|---|---|
static SendStrategy |
INDEFINITE |
static SendStrategy |
MAX_30S |
| Modifier and Type | Method and Description |
|---|---|
long |
delay(java.util.concurrent.TimeUnit timeUnit) |
SendStrategy |
retry() |
boolean |
test() |
static final SendStrategy INDEFINITE
static final SendStrategy MAX_30S
boolean test()
long delay(java.util.concurrent.TimeUnit timeUnit)
SendStrategy retry()