Example usage for org.springframework.messaging MessageChannel interface-usage

List of usage examples for org.springframework.messaging MessageChannel interface-usage

Introduction

In this page you can find the example usage for org.springframework.messaging MessageChannel interface-usage.

Usage

From source file org.springframework.messaging.simp.broker.OrderedMessageSender.java

/**
 * Submit messages to an {@link ExecutorSubscribableChannel}, one at a time.
 * The channel must have been configured with {@link #configureOutboundChannel}.
 *
 * @author Rossen Stoyanchev
 * @since 5.1

From source file org.springframework.messaging.support.AbstractMessageChannel.java

/**
 * Abstract base class for {@link MessageChannel} implementations.
 *
 * @author Rossen Stoyanchev
 * @since 4.0
 */

From source file org.springframework.messaging.support.channel.AbstractMessageChannel.java

/**
 * Abstract base class for {@link MessageChannel} implementations.
 *
 * @author Rossen Stoyanchev
 * @since 4.0
 */