Resilient
Public Types | Public Member Functions | List of all members
resilient::retry::AlwaysRetry Class Reference

A State which always allows to retry. More...

#include <always.hpp>

Public Types

using stopretries_type = WillNeverHappenToStopRetries
 

Public Member Functions

Variant< retry_after, stopretries_typeshouldRetry ()
 
template<typename T >
void failedWith (T)
 

Detailed Description

A State which always allows to retry.

Note
Implements the RetryState concept.

The documentation for this class was generated from the following file: