Package com.wombat.mama
Class MamaTransportTopicListener
- java.lang.Object
-
- com.wombat.mama.MamaTransportTopicListener
-
public class MamaTransportTopicListener extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MamaTransportTopicListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onTopicSubscribe(short cause, java.lang.Object platformInfo)
Invoked when a topic is subscribed tovoid
onTopicUnsubscribe(short cause, java.lang.Object platformInfo)
Invoked when a topic is unsubscribed to
-
-
-
Method Detail
-
onTopicSubscribe
public void onTopicSubscribe(short cause, java.lang.Object platformInfo)
Invoked when a topic is subscribed to- Parameters:
cause
- The cause of the topic subscriptionplatformInfo
- Info associated with the topic subscription The cause and platformInfo are supplied only by some middlewares. The information provided by platformInfo is middleware specific. The following middlewares are supported: tibrv: provides the String object version of the tibrv advisory message Wombat Middleware
-
onTopicUnsubscribe
public void onTopicUnsubscribe(short cause, java.lang.Object platformInfo)
Invoked when a topic is unsubscribed to- Parameters:
cause
- The cause of the topic unsubscriptionplatformInfo
- Info associated with the topic unsubscription The cause and platformInfo are supplied only by some middlewares. The information provided by platformInfo is middleware specific. The following middlewares are supported: tibrv: provides the String object version of the tibrv advisory message Wombat Middleware
-
-