Callbacks at the topic level associated with MamaTransports More…
| 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 |
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.
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
Updated on 2023-03-31 at 15:29:33 +0100