T - the type of result from the retryable operationpublic interface RetryResultProcessor<T>
| Modifier and Type | Interface and Description |
|---|---|
static class |
RetryResultProcessor.Result<T> |
| Modifier and Type | Method and Description |
|---|---|
RetryResultProcessor.Result<T> |
process(T input,
Supplier<RetryResultProcessor.Result<T>> supplier,
Consumer<Throwable> handler,
ScheduledExecutorService reschedulingExecutor,
BackoffPeriodSupplier lastBackoffPeriodSupplier,
RetryContext ctx) |
RetryResultProcessor.Result<T> process(T input, Supplier<RetryResultProcessor.Result<T>> supplier, Consumer<Throwable> handler, ScheduledExecutorService reschedulingExecutor, BackoffPeriodSupplier lastBackoffPeriodSupplier, RetryContext ctx)
Copyright © 2019 SpringSource. All rights reserved.