public interface DestinationResolvingMessageSendingOperations<D> extends MessageSendingOperations<D>
MessageSendingOperations
that can resolve a String-based destinations.Modifier and Type | Method and Description |
---|---|
<T> void |
convertAndSend(String destinationName,
T payload) |
<T> void |
convertAndSend(String destinationName,
T payload,
Map<String,Object> headers) |
<T> void |
convertAndSend(String destinationName,
T payload,
Map<String,Object> headers,
MessagePostProcessor postProcessor) |
<T> void |
convertAndSend(String destinationName,
T payload,
MessagePostProcessor postProcessor) |
<P> void |
send(String destinationName,
Message<P> message) |
convertAndSend, convertAndSend, convertAndSend, convertAndSend, convertAndSend, convertAndSend, send, send
<P> void send(String destinationName, Message<P> message) throws MessagingException
MessagingException
<T> void convertAndSend(String destinationName, T payload) throws MessagingException
MessagingException
<T> void convertAndSend(String destinationName, T payload, Map<String,Object> headers) throws MessagingException
MessagingException
<T> void convertAndSend(String destinationName, T payload, MessagePostProcessor postProcessor) throws MessagingException
MessagingException
<T> void convertAndSend(String destinationName, T payload, Map<String,Object> headers, MessagePostProcessor postProcessor) throws MessagingException
MessagingException