Class NotificationLite.SubscriptionNotification

java.lang.Object
io.reactivex.rxjava3.internal.util.NotificationLite.SubscriptionNotification
All Implemented Interfaces:
Serializable
Enclosing class:
NotificationLite

static final class NotificationLite.SubscriptionNotification extends Object implements Serializable
Wraps a Subscription.
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • upstream

      final org.reactivestreams.Subscription upstream
  • Constructor Details

    • SubscriptionNotification

      SubscriptionNotification(org.reactivestreams.Subscription s)
  • Method Details