23#include <OnixS/B3/MarketData/UMDF/Utils.h>
#define ONIXS_B3_UMDF_MD_NAMESPACE_END
#define ONIXS_B3_UMDF_MD_NAMESPACE_BEGIN
Defines an interface through which the Handler notifies subscribers about change of its state.
virtual ~HandlerStateListener()=0
virtual void onStateChanged(HandlerState::Enum newState)
Is called when the Handler state is changed.
ONIXS_B3_UMDF_MD_API std::string enumToString(LogLevel::Enum)
Returns string representation of ErrorCode value.
Defines the state that the handler is in.
Enum
Defines the state that the handler is in.
@ Stopping
The intermediate state when the Handler is not Stopped but not Started.
@ Starting
The intermediate state when the Handler is not Started but not Stopped.