类的使用
org.springframework.messaging.support.AbstractMessageChannel
使用AbstractMessageChannel的程序包 程序包 说明 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中AbstractMessageChannel的使用
org.springframework.messaging.support中AbstractMessageChannel的子类 修饰符和类型 类 说明 classAbstractSubscribableChannelAbstract base class forSubscribableChannelimplementations.classExecutorSubscribableChannelASubscribableChannelthat sends messages to each of its subscribers.