BeeeOn Gateway
v2020.3.1-2-g6f737dc
Platform to interconnect the IoT world
|
Public Member Functions | |
BackOff::Ptr | create () override |
void | setInitialInterval (const Poco::Timespan &interval) |
void | setMaxInterval (const Poco::Timespan &interval) |
void | setMaxElapsedTime (const Poco::Timespan &time) |
void | setRandomizationFactor (double factor) |
void | setMultiplier (double multiplier) |
Additional Inherited Members | |
Public Types inherited from BeeeOn::BackOffFactory | |
typedef Poco::SharedPtr < BackOffFactory > | Ptr |
|
overridevirtual |
Create a new instance of the particular BackOff implementation.
Implements BeeeOn::BackOffFactory.