Java org.springframework.integration.core MessagingTemplate fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.integration.core MessagingTemplate fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.integration.core MessagingTemplate.

The text is from its open source code.

Constructor

MessagingTemplate()
Create a MessagingTemplate with no default channel.
MessagingTemplate(MessageChannel defaultChannel)
Create a MessagingTemplate with the given default channel.

Method

MessagesendAndReceive(MessageChannel destination, Message requestMessage)
voidsetDefaultChannel(MessageChannel channel)
Invokes setDefaultDestination(MessageChannel) - provided for backward compatibility.
voidsetReceiveTimeout(long receiveTimeout)
Configure the default timeout value to use for receive operations.