Class ParallelFromPublisher.ParallelDispatcher.RailSubscription

  • All Implemented Interfaces:
    org.reactivestreams.Subscription
    Enclosing class:
    ParallelFromPublisher.ParallelDispatcher<T>

    final class ParallelFromPublisher.ParallelDispatcher.RailSubscription
    extends java.lang.Object
    implements org.reactivestreams.Subscription
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int j  
      (package private) int m  
    • Constructor Summary

      Constructors 
      Constructor Description
      RailSubscription​(int j, int m)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void cancel()  
      void request​(long n)  
      • Methods inherited from class java.lang.Object

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

      • j

        final int j
      • m

        final int m
    • Constructor Detail

      • RailSubscription

        RailSubscription​(int j,
                         int m)
    • Method Detail

      • request

        public void request​(long n)
        Specified by:
        request in interface org.reactivestreams.Subscription
      • cancel

        public void cancel()
        Specified by:
        cancel in interface org.reactivestreams.Subscription