Class SseTypeSafeSubscription

java.lang.Object
org.apache.cxf.microprofile.client.sse.SseTypeSafeSubscription
All Implemented Interfaces:
org.reactivestreams.Subscription

public class SseTypeSafeSubscription extends Object implements org.reactivestreams.Subscription
  • 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