-
Constructor Summary
Constructors
-
Method Summary
void
add(pl.allegro.tech.hermes.api.TopicName topicName,
String subscriptionName,
Consumer consumer)
void
boolean
contains(pl.allegro.tech.hermes.api.TopicName topicName,
String subscriptionName)
get(pl.allegro.tech.hermes.api.TopicName topicName,
String subscriptionName)
void
remove(pl.allegro.tech.hermes.api.TopicName topicName,
String subscriptionName)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ConsumerHolder
public ConsumerHolder()
-
Method Details
-
add
public void add(pl.allegro.tech.hermes.api.TopicName topicName,
String subscriptionName,
Consumer consumer)
-
remove
public void remove(pl.allegro.tech.hermes.api.TopicName topicName,
String subscriptionName)
-
-
contains
public boolean contains(pl.allegro.tech.hermes.api.TopicName topicName,
String subscriptionName)
-
-
clear
public void clear()