Class TestPublisher

  • All Implemented Interfaces:
    org.reactivestreams.Publisher<String>

    public class TestPublisher
    extends Object
    implements org.reactivestreams.Publisher<String>
    • Constructor Detail

      • TestPublisher

        public TestPublisher()
    • Method Detail

      • subscribe

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