R - result typepublic interface Policy<R>
Part of the Failsafe SPI.
| Modifier and Type | Method and Description |
|---|---|
PolicyExecutor<R,Policy<R>> |
toExecutor(AbstractExecution<R> execution)
Returns an
PolicyExecutor capable of performing an execution in the context of a Policy and handling
results according to the Policy. |
PolicyExecutor<R,Policy<R>> toExecutor(AbstractExecution<R> execution)
PolicyExecutor capable of performing an execution in the context of a Policy and handling
results according to the Policy.Copyright © 2021. All rights reserved.