Uses of Package
org.springframework.integration.channel.interceptor
Packages that use org.springframework.integration.channel.interceptor
Package
Description
Provides classes related to channel interception.
Root package of the Spring Integration Java DSL.
-
Classes in org.springframework.integration.channel.interceptor used by org.springframework.integration.channel.interceptorClassDescriptionThe
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. -
Classes in org.springframework.integration.channel.interceptor used by org.springframework.integration.dslClassDescriptionA
ChannelInterceptor
that publishes a copy of the intercepted message to a secondary target while still sending the original message to the main channel.