An extension of {@link AbstractMessageSendingTemplate} that adds support for
receive style operations as defined by {@link MessageReceivingOperations}.
@author Mark Fisher
@author Rossen Stoyanchev
@author Stephane Nicoll
@since 4.1
@param (T) the destination type
abstract
class AbstractMessageReceivingTemplate : AbstractMessageSendingTemplate!(T), MessageReceivingOperations!(T)(
An extension of {@link AbstractMessageSendingTemplate} that adds support for receive style operations as defined by {@link MessageReceivingOperations}.
@author Mark Fisher @author Rossen Stoyanchev @author Stephane Nicoll @since 4.1 @param (T) the destination type