BeeeOn Gateway  v2020.3.1-2-g6f737dc
Platform to interconnect the IoT world
Public Member Functions
BeeeOn::ExponentialBackOffFactory Class Reference
Inheritance diagram for BeeeOn::ExponentialBackOffFactory:
BeeeOn::BackOffFactory

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
 

Member Function Documentation

BackOff::Ptr ExponentialBackOffFactory::create ( )
overridevirtual

Create a new instance of the particular BackOff implementation.

Implements BeeeOn::BackOffFactory.


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