Class ParallelRunOn.RunOnConditionalSubscriber<T>

All Implemented Interfaces:
FlowableSubscriber<T>, Serializable, Runnable, org.reactivestreams.Subscriber<T>, org.reactivestreams.Subscription
Enclosing class:
ParallelRunOn<T>

static final class ParallelRunOn.RunOnConditionalSubscriber<T> extends ParallelRunOn.BaseRunOnSubscriber<T>
  • Field Details

  • Constructor Details

  • Method Details

    • onSubscribe

      public void onSubscribe(org.reactivestreams.Subscription s)
      Description copied from interface: FlowableSubscriber
      Implementors of this method should make sure everything that needs to be visible in Subscriber.onNext(Object) is established before calling Subscription.request(long). In practice this means no initialization should happen after the request() call and additional behavior is thread safe in respect to onNext.
    • run

      public void run()