HCE project C++ developers source code library  1.1.1
HCE project developer library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
HCE::reduce::ConsoleSupportNotifier Class Reference

#include <ConsoleSupportNotifier.hpp>

Inheritance diagram for HCE::reduce::ConsoleSupportNotifier:
Collaboration diagram for HCE::reduce::ConsoleSupportNotifier:

Public Member Functions

 ConsoleSupportNotifier ()
virtual ~ConsoleSupportNotifier ()
void notifyWrongJSONStructure (unsigned long long itemId, const Poco::SharedPtr< reduce_types::ReducingInputMessage > &reducingInputMessage)
void notifyNotFoundItemException (const NotFoundByKeyException &e)
- Public Member Functions inherited from HCE::reduce::SupportNotifierIf
virtual ~SupportNotifierIf ()

Detailed Description

Definition at line 22 of file ConsoleSupportNotifier.hpp.

Constructor & Destructor Documentation

HCE::reduce::ConsoleSupportNotifier::ConsoleSupportNotifier ( )

Definition at line 11 of file ConsoleSupportNotifier.cpp.

HCE::reduce::ConsoleSupportNotifier::~ConsoleSupportNotifier ( )
virtual

Definition at line 14 of file ConsoleSupportNotifier.cpp.

Member Function Documentation

void HCE::reduce::ConsoleSupportNotifier::notifyNotFoundItemException ( const NotFoundByKeyException e)
virtual

Implements HCE::reduce::SupportNotifierIf.

Definition at line 26 of file ConsoleSupportNotifier.cpp.

Here is the call graph for this function:

void HCE::reduce::ConsoleSupportNotifier::notifyWrongJSONStructure ( unsigned long long  itemId,
const Poco::SharedPtr< reduce_types::ReducingInputMessage > &  reducingInputMessage 
)
virtual

Implements HCE::reduce::SupportNotifierIf.

Definition at line 17 of file ConsoleSupportNotifier.cpp.

Here is the call graph for this function:


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