Uses of Interface
org.springframework.messaging.support.InterceptableChannel
Packages that use InterceptableChannel
Package
Description
Provides implementations of
Message
along with
a MessageBuilder and MessageHeaderAccessor for building and working with messages and
message headers, as well as various MessageChannel
implementations and channel interceptor support.-
Uses of InterceptableChannel in org.springframework.messaging.support
Classes in org.springframework.messaging.support that implement InterceptableChannelModifier and TypeClassDescriptionclass
Abstract base class forMessageChannel
implementations.class
Abstract base class forSubscribableChannel
implementations.class
ASubscribableChannel
that sends messages to each of its subscribers.