public interface DestinationResolvingMessageSendingOperations<D> extends MessageSendingOperations<D>
| Modifier and Type | Method and Description |
|---|---|
<T> void |
convertAndSend(String destinationName,
T message) |
<T> void |
convertAndSend(String destinationName,
T message,
MessagePostProcessor postProcessor) |
<P> void |
send(String destinationName,
Message<P> message) |
convertAndSend, convertAndSend, convertAndSend, convertAndSend, send, send<P> void send(String destinationName, Message<P> message) throws MessagingException
MessagingException<T> void convertAndSend(String destinationName, T message) throws MessagingException
MessagingException<T> void convertAndSend(String destinationName, T message, MessagePostProcessor postProcessor) throws MessagingException
MessagingException