|
Resilient
|
A factory which construct a RetryState each time a new one is requested. More...
#include <constructstate.hpp>
Public Member Functions | |
| ConstructState (Args...args) | |
| template<typename Failure > | |
| RetryState | getRetryState (retriedtask_failure< Failure >) |
| void | returnRetryState (RetryState) |
A factory which construct a RetryState each time a new one is requested.
RetryStateFactory concept.| RetryState | The type of the RetryState constructed and returned. |
| Args... | The arguments to construct the retry state. |
1.8.11