Classes Files

Wombat::MamaTransportTopicCallback

Callbacks at the topic level associated with MamaTransports More…

Public Functions

  Name
void onTopicSubscribe(MamaTransport transport, string topic, Object platformInfo)
See interface remarks for details
void onTopicUnsubscribe(MamaTransport transport, string topic, Object platformInfo)
See interface remarks for details
void onTopicPublishError(MamaTransport transport, string topic, Object platformInfo)
See interface remarks for details
void onTopicPublishErrorNotEntitled(MamaTransport transport, string topic, Object platformInfo)
See interface remarks for details
void onTopicPublishErrorBadSymbol(MamaTransport transport, string topic, Object platformInfo)
See interface remarks for details

Detailed Description

class Wombat::MamaTransportTopicCallback;

Callbacks at the topic level associated with MamaTransports

These are topic-specific callbacks from the transport. They are for sub/unsub, and for publisher events.

Public Functions Documentation

function onTopicSubscribe

void onTopicSubscribe(
    MamaTransport transport,
    string topic,
    Object platformInfo
)

See interface remarks for details

function onTopicUnsubscribe

void onTopicUnsubscribe(
    MamaTransport transport,
    string topic,
    Object platformInfo
)

See interface remarks for details

function onTopicPublishError

void onTopicPublishError(
    MamaTransport transport,
    string topic,
    Object platformInfo
)

See interface remarks for details

function onTopicPublishErrorNotEntitled

void onTopicPublishErrorNotEntitled(
    MamaTransport transport,
    string topic,
    Object platformInfo
)

See interface remarks for details

function onTopicPublishErrorBadSymbol

void onTopicPublishErrorBadSymbol(
    MamaTransport transport,
    string topic,
    Object platformInfo
)

See interface remarks for details


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