Class MessageChannelReactiveUtils
java.lang.Object
org.springframework.integration.channel.MessageChannelReactiveUtils
@Deprecated public final class MessageChannelReactiveUtils extends Object
Deprecated.
since 5.3 in favor of
IntegrationReactiveUtils
.Utilities for adaptation
MessageChannel
s to the Publisher
s.- Since:
- 5.0
- Author:
- Artem Bilan
-
Method Summary
Modifier and Type Method Description static <T> org.reactivestreams.Publisher<Message<T>>
toPublisher(MessageChannel messageChannel)
Deprecated.
-
Method Details
-
toPublisher
public static <T> org.reactivestreams.Publisher<Message<T>> toPublisher(MessageChannel messageChannel)Deprecated.
-