Class SseSubscription
java.lang.Object
org.apache.cxf.microprofile.client.sse.SseSubscription
- All Implemented Interfaces:
org.reactivestreams.Subscription
-
Method Summary
-
Method Details
-
request
public void request(long n) - Specified by:
requestin interfaceorg.reactivestreams.Subscription
-
cancel
public void cancel()- Specified by:
cancelin interfaceorg.reactivestreams.Subscription
-