Class ExecutorSubscribableChannel

All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, MessageChannel, SubscribableChannel, InterceptableChannel

public class ExecutorSubscribableChannel extends AbstractSubscribableChannel
A SubscribableChannel that sends messages to each of its subscribers.
Since:
4.0
Author:
Phillip Webb, Rossen Stoyanchev