Interface ReactiveStreamsSubscribableChannel

All Superinterfaces:
IntegrationPattern
All Known Implementing Classes:
FluxMessageChannel

public interface ReactiveStreamsSubscribableChannel
extends IntegrationPattern
Since:
5.0
  • Method Summary

    Modifier and Type Method Description
    default IntegrationPatternType getIntegrationPatternType()
    Return a pattern type this component implements.
    void subscribeTo​(org.reactivestreams.Publisher<? extends org.springframework.messaging.Message<?>> publisher)