public interface DestinationResolvingMessageReceivingOperations<D> extends MessageReceivingOperations<D>
MessageReceivingOperations that can resolve a String-based destinations.| Modifier and Type | Method and Description |
|---|---|
<P> Message<P> |
receive(String destinationName) |
<T> T |
receiveAndConvert(String destinationName,
Class<T> targetClass) |
receive, receive, receiveAndConvert, receiveAndConvert<P> Message<P> receive(String destinationName) throws MessagingException
MessagingException<T> T receiveAndConvert(String destinationName, Class<T> targetClass) throws MessagingException
MessagingException