public interface MessageCollector
| Modifier and Type | Method and Description |
|---|---|
BlockingQueue<org.springframework.messaging.Message<?>> |
forChannel(org.springframework.messaging.MessageChannel channel)
Obtain a queue that will receive messages sent to the given channel.
|
BlockingQueue<org.springframework.messaging.Message<?>> forChannel(org.springframework.messaging.MessageChannel channel)
channel - message channelCopyright © 2020 Pivotal Software, Inc.. All rights reserved.