SubscribableChannel (Spring Framework 5.0.0.RELEASE API) (original) (raw)


public interface SubscribableChannel
extends MessageChannel
A MessageChannel that maintains a registry of subscribers and invokes them to handle messages sent through this channel.
Since:
4.0
Author:
Mark Fisher