接口的使用
org.springframework.messaging.support.InterceptableChannel
使用InterceptableChannel的程序包 程序包 说明 org.springframework.messaging.support Provides implementations ofMessagealong with a MessageBuilder and MessageHeaderAccessor for building and working with messages and message headers, as well as variousMessageChannelimplementations and channel interceptor support.org.springframework.messaging.support中InterceptableChannel的使用
实现InterceptableChannel的org.springframework.messaging.support中的类 修饰符和类型 类 说明 classAbstractMessageChannelAbstract base class forMessageChannelimplementations.classAbstractSubscribableChannelAbstract base class forSubscribableChannelimplementations.classExecutorSubscribableChannelASubscribableChannelthat sends messages to each of its subscribers.