public interface MessageReceivingOperations<D>
| Modifier and Type | Method and Description |
|---|---|
<P> Message<P> |
receive() |
<P> Message<P> |
receive(D destination) |
Object |
receiveAndConvert() |
Object |
receiveAndConvert(D destination) |
<P> Message<P> receive() throws MessagingException
MessagingException<P> Message<P> receive(D destination) throws MessagingException
MessagingExceptionObject receiveAndConvert() throws MessagingException
MessagingExceptionObject receiveAndConvert(D destination) throws MessagingException
MessagingException