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

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

Introduction

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

Usage

From source file org.springframework.integration.channel.FixedSubscriberChannel.java

/**
 * Specialized {@link SubscribableChannel} for a single final subscriber set up during bean instantiation (unlike
 * other {@link SubscribableChannel}s where the {@link MessageHandler} is subscribed when the endpoint
 * is started). This channel does not support interceptors or data types.
 * <p>
 * <b>Note: Stopping ({@link #unsubscribe(MessageHandler)}) the subscribed ({@link MessageHandler}) has no effect.</b>

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

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