Uses of Interface
org.springframework.messaging.support.InterceptableChannel
Packages that use InterceptableChannel Package Description org.springframework.messaging.support Provides implementations ofMessagealong with a MessageBuilder and MessageHeaderAccessor for building and working with messages and message headers, as well as variousMessageChannelimplementations and channel interceptor support.Uses of InterceptableChannel in org.springframework.messaging.support
Classes in org.springframework.messaging.support that implement InterceptableChannel Modifier and Type Class Description classAbstractMessageChannelAbstract base class forMessageChannelimplementations.classAbstractSubscribableChannelAbstract base class forSubscribableChannelimplementations.classExecutorSubscribableChannelASubscribableChannelthat sends messages to each of its subscribers.