Uses of Class
org.springframework.integration.channel.interceptor.ThreadStatePropagationChannelInterceptor
Packages that use ThreadStatePropagationChannelInterceptor
Package
Description
Provides classes related to channel interception.
Provides classes related to secured channels.
-
Uses of ThreadStatePropagationChannelInterceptor in org.springframework.integration.channel.interceptor
Subclasses of ThreadStatePropagationChannelInterceptor in org.springframework.integration.channel.interceptorModifier and TypeClassDescriptionclassTheExecutorChannelInterceptorimplementation responsible for anObservationpropagation from one message flow's thread to another through theMessageChannels involved in the flow. -
Uses of ThreadStatePropagationChannelInterceptor in org.springframework.integration.security.channel
Subclasses of ThreadStatePropagationChannelInterceptor in org.springframework.integration.security.channelModifier and TypeClassDescriptionclassTheExecutorChannelInterceptorimplementation responsible for theSecurityContextpropagation from one message flow's thread to another through theMessageChannels involved in the flow.