java.lang.Object
io.github.qsy7.examples.platform.java8.streams.prototype.TestPublisher
All Implemented Interfaces:
org.reactivestreams.Publisher<String>

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

    • TestPublisher

      public TestPublisher()
  • Method Details

    • subscribe

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