Class SubscriptionDisposable

  • All Implemented Interfaces:
    Disposable, java.io.Serializable

    final class SubscriptionDisposable
    extends ReferenceDisposable<org.reactivestreams.Subscription>
    A Disposable container that handles a Subscription.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      SubscriptionDisposable​(org.reactivestreams.Subscription value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void onDisposed​(@NonNull org.reactivestreams.Subscription value)  
      • Methods inherited from class java.util.concurrent.atomic.AtomicReference

        accumulateAndGet, compareAndExchange, compareAndExchangeAcquire, compareAndExchangeRelease, compareAndSet, get, getAcquire, getAndAccumulate, getAndSet, getAndUpdate, getOpaque, getPlain, lazySet, set, setOpaque, setPlain, setRelease, toString, updateAndGet, weakCompareAndSet, weakCompareAndSetAcquire, weakCompareAndSetPlain, weakCompareAndSetRelease, weakCompareAndSetVolatile
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SubscriptionDisposable

        SubscriptionDisposable​(org.reactivestreams.Subscription value)