#include "reconnection_strategy.hpp"


Public Member Functions | |
| virtual bool | canReconnect ()=0 |
| virtual void | reset ()=0 |
| virtual | ~ReconnectionStrategy ()=default |
Class provides an interface for reconnection condition.
|
virtualdefault |
|
pure virtual |
Checks the possibility of reconnection
Implemented in iroha::ametsuchi::KTimesReconnectionStrategy.
|
pure virtual |
Reset strategy to default value
Implemented in iroha::ametsuchi::KTimesReconnectionStrategy.