public interface Topic extends Destination
| Modifier and Type | Interface and Description |
|---|---|
static class |
Topic.SubscribeOption |
static class |
Topic.UnsubscribeOption |
Destination.ListenOption, Destination.MessageOpOption, Destination.PublishOption, Destination.ReceiveOption| Modifier and Type | Method and Description |
|---|---|
Listener |
subscribe(String id,
MessageHandler handler,
Codecs codecs,
Map<Topic.SubscribeOption,Object> options) |
void |
unsubscribe(String id,
Map<Topic.UnsubscribeOption,Object> options) |
Listener subscribe(String id, MessageHandler handler, Codecs codecs, Map<Topic.SubscribeOption,Object> options) throws Exception
ExceptionCopyright © 2015. All Rights Reserved.