Classes Files

Wombat::MamaDictionaryCallback

More…

#include <MamaDictionaryCallback.h>

Public Functions

  Name
virtual ~MamaDictionaryCallback(void )
virtual void onTimeout(void )
virtual void onError(const char * message)
virtual void onComplete(void )

Detailed Description

class Wombat::MamaDictionaryCallback;

See:

The WombatDictionaryCallback receives notification regarding the population of the data dictionary. Clients implement the interface and pass it to Mama.createDictionarySubscription

Public Functions Documentation

function ~MamaDictionaryCallback

inline virtual ~MamaDictionaryCallback(
    void 
)

function onTimeout

inline virtual void onTimeout(
    void 
)

Called when a timeout occurs.

function onError

inline virtual void onError(
    const char * message
)

Parameters:

  • message The error message.

Invoked when an error occurs.

function onComplete

inline virtual void onComplete(
    void 
)

Invoked when dictionary creation is complete.


Updated on 2023-03-31 at 15:29:25 +0100