Class MessageChannelReactiveUtils
java.lang.Object
org.springframework.integration.channel.MessageChannelReactiveUtils
Deprecated.
Utilities for adaptation
MessageChannel
s to the Publisher
s.- Since:
- 5.0
- Author:
- Artem Bilan
-
Method Summary
Modifier and TypeMethodDescriptionstatic <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.
-
IntegrationReactiveUtils
.