Class GlobalChannelInterceptorProcessor

java.lang.Object
org.springframework.integration.config.GlobalChannelInterceptorProcessor
All Implemented Interfaces:
AopInfrastructureBean, Aware, BeanFactoryAware, BeanPostProcessor, SmartInitializingSingleton

public final class GlobalChannelInterceptorProcessor extends Object implements BeanFactoryAware, SmartInitializingSingleton, BeanPostProcessor, AopInfrastructureBean
This class applies global interceptors (<channel-interceptor> or @GlobalChannelInterceptor) to message channels beans.
Since:
2.0
Author:
Oleg Zhurakousky, Mark Fisher, Artem Bilan, Gary Russell, Meherzad Lahewala