Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
Spring Integration
org.springframework.integration.core
AsyncMessagingTemplate
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Field Summary
Constructor Summary
Method Summary
Constructor Details
AsyncMessagingTemplate()
Method Details
setExecutor(Executor)
asyncSend(Message)
asyncSend(MessageChannel, Message)
asyncSend(String, Message)
asyncConvertAndSend(Object)
asyncConvertAndSend(MessageChannel, Object)
asyncConvertAndSend(String, Object)
asyncReceive()
asyncReceive(PollableChannel)
asyncReceive(String)
asyncReceiveAndConvert()
asyncReceiveAndConvert(PollableChannel)
asyncReceiveAndConvert(String)
asyncSendAndReceive(Message)
asyncSendAndReceive(MessageChannel, Message)
asyncSendAndReceive(String, Message)
asyncConvertSendAndReceive(Object)
asyncConvertSendAndReceive(MessageChannel, Object)
asyncConvertSendAndReceive(String, Object)
asyncConvertSendAndReceive(Object, MessagePostProcessor)
asyncConvertSendAndReceive(MessageChannel, Object, MessagePostProcessor)