Class WrappedSubscription
- java.lang.Object
-
- io.smallrye.mutiny.jakarta.streams.utils.WrappedSubscription
-
- All Implemented Interfaces:
org.reactivestreams.Subscription
public class WrappedSubscription extends java.lang.Object implements org.reactivestreams.Subscription- Author:
- Clement Escoffier
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcancel()voidrequest(long n)
-