Class SSEPublisher<T>

  • Type Parameters:
    T - the type of event.
    All Implemented Interfaces:
    org.reactivestreams.Publisher<T>

    public class SSEPublisher<T>
    extends Object
    implements org.reactivestreams.Publisher<T>
    Publisher implementation emitting server-sent-event downstream.
    • Method Detail

      • subscribe

        public void subscribe​(org.reactivestreams.Subscriber<? super T> downstream)
        Specified by:
        subscribe in interface org.reactivestreams.Publisher<T>