D
- the type of destination to which messages can be sentpublic interface MessageSendingOperations<D>
Modifier and Type | Method and Description |
---|---|
void |
convertAndSend(D destination,
Object payload) |
void |
convertAndSend(D destination,
Object payload,
Map<String,Object> headers) |
void |
convertAndSend(D destination,
Object payload,
Map<String,Object> headers,
MessagePostProcessor postProcessor) |
void |
convertAndSend(D destination,
Object payload,
MessagePostProcessor postProcessor) |
void |
convertAndSend(Object payload) |
void |
convertAndSend(Object payload,
MessagePostProcessor postProcessor) |
void |
send(D destination,
Message<?> message) |
void |
send(Message<?> message) |
void send(Message<?> message) throws MessagingException
MessagingException
void send(D destination, Message<?> message) throws MessagingException
MessagingException
void convertAndSend(Object payload) throws MessagingException
MessagingException
void convertAndSend(D destination, Object payload) throws MessagingException
MessagingException
void convertAndSend(D destination, Object payload, Map<String,Object> headers) throws MessagingException
MessagingException
void convertAndSend(Object payload, MessagePostProcessor postProcessor) throws MessagingException
MessagingException
void convertAndSend(D destination, Object payload, MessagePostProcessor postProcessor) throws MessagingException
MessagingException
void convertAndSend(D destination, Object payload, Map<String,Object> headers, MessagePostProcessor postProcessor) throws MessagingException
MessagingException