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 MessageChannels to the Publishers.
Since:
5.0
Author:
Artem Bilan
  • Method Details

    • toPublisher

      public static <T> org.reactivestreams.Publisher<Message<T>> toPublisher(MessageChannel messageChannel)
      Deprecated.