Uses of Package
org.springframework.integration.channel.interceptor
Package
Description
Provides classes related to channel interception.
Root package of the Spring Integration Java DSL.
Provides classes related to secured channels.
-
ClassDescriptionThe
ExecutorChannelInterceptor
implementation responsible for theThread
(any?) state propagation from one message flow's thread to another through theMessageChannel
s involved in the flow.ChannelInterceptor
s implementing this interface can veto global interception of a particular channel. -
ClassDescriptionA
ChannelInterceptor
that publishes a copy of the intercepted message to a secondary target while still sending the original message to the main channel. -
ClassDescriptionThe
ExecutorChannelInterceptor
implementation responsible for theThread
(any?) state propagation from one message flow's thread to another through theMessageChannel
s involved in the flow.