| 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 |
ResponseRouter |
| 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) |
| Constructor and Description |
|---|
JMSListener(MessageHandler handler,
Codecs codecs,
Destination endpoint,
HQSpecificContext context,
javax.jms.JMSConsumer consumer) |
MessageHandlerGroup(HQSpecificContext context,
MessageHandler handler,
Codecs codecs,
HQDestination destination,
Options<Destination.ListenOption> options) |
Copyright © 2015. All Rights Reserved.