| Package | Description |
|---|---|
| io.helidon.common.reactive |
Common reactive library for Helidon projects.
|
| Modifier and Type | Method | Description |
|---|---|---|
static RetrySchema |
RetrySchema.constant(long delay) |
Creates the retry schema with a constant result.
|
static RetrySchema |
RetrySchema.geometric(long firstDelay,
double ratio,
long maxDelay) |
Creates the retry schema as a bounded geometric series.
|
static RetrySchema |
RetrySchema.linear(long firstDelay,
long delayIncrement,
long maxDelay) |
Creates the retry schema with a linear delay increment.
|
Copyright © 2018 Oracle Corporation. All rights reserved.