Class FlowableSubscribeOn.SubscribeOnSubscriber.Request

java.lang.Object
io.reactivex.rxjava3.internal.operators.flowable.FlowableSubscribeOn.SubscribeOnSubscriber.Request
All Implemented Interfaces:
Runnable
Enclosing class:
FlowableSubscribeOn.SubscribeOnSubscriber<T>

static final class FlowableSubscribeOn.SubscribeOnSubscriber.Request extends Object implements Runnable
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) final long
     
    (package private) final org.reactivestreams.Subscription
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Request(org.reactivestreams.Subscription s, long n)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • upstream

      final org.reactivestreams.Subscription upstream
    • n

      final long n
  • Constructor Details

    • Request

      Request(org.reactivestreams.Subscription s, long n)
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable