public abstract class TopicsContext extends Object
Constructor and Description |
---|
TopicsContext() |
Modifier and Type | Method and Description |
---|---|
protected abstract Topic |
createTopic(TopicKey key) |
Topic |
getOrCreateTopic(TopicKey key) |
Topic |
getTopic(TopicKey key) |
protected TopicKey |
getTopicKeyWithResolvedExpressions(TopicKey key) |
static TopicsContext |
lookup() |
void |
publish(TopicKey key,
Object data) |
void |
removeTopic(TopicKey key) |
public void removeTopic(TopicKey key)
public void publish(TopicKey key, Object data) throws MessageException
MessageException
public static TopicsContext lookup()
Copyright © 2014 JBoss by Red Hat. All rights reserved.