Class WrappedSubscription

java.lang.Object
io.smallrye.mutiny.streams.utils.WrappedSubscription
All Implemented Interfaces:
org.reactivestreams.Subscription

public class WrappedSubscription extends Object implements org.reactivestreams.Subscription
Author:
Clement Escoffier
  • Method Details

    • 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