Uses of Class
com.swiftmq.impl.topic.standard.TopicSubscription
Packages that use TopicSubscription
-
Uses of TopicSubscription in com.swiftmq.impl.topic.standard
Methods in com.swiftmq.impl.topic.standard that return TopicSubscriptionModifier and TypeMethodDescriptionDurableSubscription.getTopicSubscription()
protected TopicSubscription
TopicSubscriberTransaction.getTopicSubscription()
Methods in com.swiftmq.impl.topic.standard with parameters of type TopicSubscriptionModifier and TypeMethodDescriptionboolean
SlowSubscriberCondition.isMatch
(int deliveryMode, TopicSubscription topicSubscription) void
DurableSubscription.setTopicSubscription
(TopicSubscription topicSubscription) protected void
TopicBroker.subscribe
(TopicSubscription topicSubscription) protected void
TopicBroker.unsubscribe
(TopicSubscription topicSubscription) Constructors in com.swiftmq.impl.topic.standard with parameters of type TopicSubscriptionModifierConstructorDescriptionprotected
TopicSubscriberTransaction
(TopicSubscription topicSubscription, QueuePushTransaction transaction, String destination)