Class 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 Detail

      • MessageSupplier

        public MessageSupplier​(Supplier<?> delegate)
    • Method Detail

      • get

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