Example usage for org.springframework.integration.support AbstractIntegrationMessageBuilder subclass-usage

List of usage examples for org.springframework.integration.support AbstractIntegrationMessageBuilder subclass-usage

Introduction

In this page you can find the example usage for org.springframework.integration.support AbstractIntegrationMessageBuilder subclass-usage.

Usage

From source file org.springframework.integration.support.MessageBuilder.java

/**
 * The default message builder; creates immutable {@link GenericMessage}s.
 * Named MessageBuilder instead of DefaultMessageBuilder for backwards
 * compatibility.
 *
 * @author Arjen Poutsma