| Package | Description |
|---|---|
| org.projectodd.wunderboss.messaging | |
| org.projectodd.wunderboss.messaging.hornetq |
| Modifier and Type | Method and Description |
|---|---|
Listener |
Destination.listen(MessageHandler handler,
Codecs codecs,
Map<Destination.ListenOption,Object> options) |
Listener |
Queue.respond(MessageHandler handler,
Codecs codecs,
Map<Destination.ListenOption,Object> options) |
Listener |
Topic.subscribe(String id,
MessageHandler handler,
Codecs codecs,
Map<Topic.SubscribeOption,Object> options) |
| Modifier and Type | Class and Description |
|---|---|
class |
JMSListener |
class |
MessageHandlerGroup |
| Modifier and Type | Method and Description |
|---|---|
Listener |
HQDestination.listen(MessageHandler handler,
Codecs codecs,
Map<Destination.ListenOption,Object> options) |
Listener |
HQQueue.respond(MessageHandler handler,
Codecs codecs,
Map<Destination.ListenOption,Object> options) |
Listener |
HQTopic.subscribe(String id,
MessageHandler handler,
Codecs codecs,
Map<Topic.SubscribeOption,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ResponseRouter.setEnclosingListener(Listener l) |
Copyright © 2015. All Rights Reserved.