Uses of Interface
io.helidon.common.reactive.RetrySchema
-
Packages that use RetrySchema Package Description io.helidon.common.reactive Common reactive library for Helidon projects. -
-
Uses of RetrySchema in io.helidon.common.reactive
Methods in io.helidon.common.reactive that return RetrySchema Modifier and Type Method Description static RetrySchemaRetrySchema. constant(long delay)Creates the retry schema with a constant result.static RetrySchemaRetrySchema. geometric(long firstDelay, double ratio, long maxDelay)Creates the retry schema as a bounded geometric series.static RetrySchemaRetrySchema. linear(long firstDelay, long delayIncrement, long maxDelay)Creates the retry schema with a linear delay increment.
-