BeeeOn Gateway
v2020.3.1-2-g6f737dc
Platform to interconnect the IoT world
|
Factory for creation of preconfigured BackOff instances. More...
#include <BackOff.h>
Public Types | |
typedef Poco::SharedPtr < BackOffFactory > | Ptr |
Public Member Functions | |
virtual BackOff::Ptr | create ()=0 |
Factory for creation of preconfigured BackOff instances.
|
pure virtual |
Create a new instance of the particular BackOff implementation.
Implemented in BeeeOn::ExponentialBackOffFactory, and BeeeOn::RandomBackOffFactory.