BeeeOn Gateway  v2020.3.1-2-g6f737dc
Platform to interconnect the IoT world
Public Types | Public Member Functions
BeeeOn::BackOffFactory Class Referenceabstract

Factory for creation of preconfigured BackOff instances. More...

#include <BackOff.h>

Inheritance diagram for BeeeOn::BackOffFactory:
BeeeOn::ExponentialBackOffFactory BeeeOn::RandomBackOffFactory

Public Types

typedef Poco::SharedPtr
< BackOffFactory
Ptr
 

Public Member Functions

virtual BackOff::Ptr create ()=0
 

Detailed Description

Factory for creation of preconfigured BackOff instances.

Member Function Documentation

virtual BackOff::Ptr BeeeOn::BackOffFactory::create ( )
pure virtual

Create a new instance of the particular BackOff implementation.

Implemented in BeeeOn::ExponentialBackOffFactory, and BeeeOn::RandomBackOffFactory.


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