java.lang.Object
org.springframework.cloud.function.context.catalog.MessageSupplier
All Implemented Interfaces:
Supplier<org.reactivestreams.Publisher<org.springframework.messaging.Message<?>>>

public class MessageSupplier extends Object implements Supplier<org.reactivestreams.Publisher<org.springframework.messaging.Message<?>>>
Author:
Dave Syer
  • Constructor Details

    • MessageSupplier

      public MessageSupplier(Supplier<?> delegate)
  • Method Details

    • get

      public org.reactivestreams.Publisher<org.springframework.messaging.Message<?>> get()
      Specified by:
      get in interface Supplier<org.reactivestreams.Publisher<org.springframework.messaging.Message<?>>>