Class FixedSubscriberChannel

java.lang.Object
org.springframework.integration.channel.FixedSubscriberChannel
All Implemented Interfaces:
Aware, BeanNameAware, NamedComponent, MessageChannel, SubscribableChannel

public final class FixedSubscriberChannel extends Object implements SubscribableChannel, BeanNameAware, NamedComponent
Specialized SubscribableChannel for a single final subscriber set up during bean instantiation (unlike other SubscribableChannels where the MessageHandler is subscribed when the endpoint is started). This channel does not support interceptors or data types.

Note: Stopping (unsubscribe(MessageHandler)) the subscribed (MessageHandler) has no effect.

Since:
4.0
Author:
Gary Russell, Artem Bilan