public interface Queue extends Destination
| Modifier and Type | Interface and Description |
|---|---|
static class |
Queue.RequestOption |
static class |
Queue.RespondOption |
Destination.ListenOption, Destination.MessageOpOption, Destination.PublishOption, Destination.ReceiveOption| Modifier and Type | Method and Description |
|---|---|
Response |
request(Object content,
Codec codec,
Codecs codecs,
Map<Destination.MessageOpOption,Object> options) |
Listener |
respond(MessageHandler handler,
Codecs codecs,
Map<Destination.ListenOption,Object> options) |
Listener respond(MessageHandler handler, Codecs codecs, Map<Destination.ListenOption,Object> options) throws Exception
ExceptionCopyright © 2015. All Rights Reserved.