Classes Files

com::wombat::mama::MamaTransport::InternalTopicListener

Inherits from com.wombat.mama.MamaTransportTopicListener

Public Functions

  Name
void InternalTopicListener()
void onTopicSubscribe(String topic, final Object platformInfo)
void onTopicUnsubscribe(String topic, final Object platformInfo)
void onTopicSubscribe(short cause, final Object platformInfo)
void onTopicUnsubscribe(short cause, final Object platformInfo)
void onTopicPublishError(String topic, final Object platformInfo)
void onTopicPublishErrorNotEntitled(String topic, final Object platformInfo)
void onTopicPublishErrorBadSymbol(String topic, final Object platformInfo)
void setClientTopicListener(MamaTransportTopicListener clientTopicListener)

Public Functions Documentation

function InternalTopicListener

inline void InternalTopicListener()

Constructor initialises all member variables.

function onTopicSubscribe

inline void onTopicSubscribe(
    String topic,
    final Object platformInfo
)

function onTopicUnsubscribe

inline void onTopicUnsubscribe(
    String topic,
    final Object platformInfo
)

function onTopicSubscribe

inline void onTopicSubscribe(
    short cause,
    final Object platformInfo
)

function onTopicUnsubscribe

inline void onTopicUnsubscribe(
    short cause,
    final Object platformInfo
)

function onTopicPublishError

inline void onTopicPublishError(
    String topic,
    final Object platformInfo
)

function onTopicPublishErrorNotEntitled

inline void onTopicPublishErrorNotEntitled(
    String topic,
    final Object platformInfo
)

function onTopicPublishErrorBadSymbol

inline void onTopicPublishErrorBadSymbol(
    String topic,
    final Object platformInfo
)

function setClientTopicListener

inline void setClientTopicListener(
    MamaTransportTopicListener clientTopicListener
)

Parameters:

  • clientTopicListener The client topic listener.

This function will set the client topic listener which will then receive events from the transport.


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