RQ - RP - public interface RequestReplyMessageProducer<RQ extends Request<RP>,RP extends Reply> extends MessageProducer
| Modifier and Type | Method and Description |
|---|---|
Future<RP> |
asyncRequest(RQ request)
Sends the given request message to the configured queue and waits for its reply,
returning a
Future object that will contain that reply once available. |
send, send, send, sendFuture<RP> asyncRequest(RQ request) throws MessagingException
Future object that will contain that reply once available.request - MessagingExceptionCopyright © 2018 Alfresco Software. All rights reserved.