Class MessageChannelReactiveUtils

java.lang.Object
org.springframework.integration.channel.MessageChannelReactiveUtils

@Deprecated
public final class MessageChannelReactiveUtils
extends java.lang.Object
Deprecated.
since 5.3 in favor of IntegrationReactiveUtils.
Utilities for adaptation MessageChannels to the Publishers.
Since:
5.0
  • Method Summary

    Modifier and Type Method Description
    static <T> org.reactivestreams.Publisher<org.springframework.messaging.Message<T>> toPublisher​(org.springframework.messaging.MessageChannel messageChannel)
    Deprecated.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • toPublisher

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