public class SseEventSuscriber<T> extends Object implements org.glassfish.jersey.internal.jsr166.Flow.Subscriber<T>
| Constructor and Description |
|---|
SseEventSuscriber(org.reactivestreams.Subscriber<T> subscriber) |
| Modifier and Type | Method and Description |
|---|---|
void |
onComplete() |
void |
onError(Throwable t) |
void |
onNext(T item) |
void |
onSubscribe(org.glassfish.jersey.internal.jsr166.Flow.Subscription flowsubscription) |
public SseEventSuscriber(org.reactivestreams.Subscriber<T> subscriber)
public void onSubscribe(org.glassfish.jersey.internal.jsr166.Flow.Subscription flowsubscription)
onSubscribe in interface org.glassfish.jersey.internal.jsr166.Flow.Subscriber<T>public void onNext(T item)
onNext in interface org.glassfish.jersey.internal.jsr166.Flow.Subscriber<T>public void onError(Throwable t)
onError in interface org.glassfish.jersey.internal.jsr166.Flow.Subscriber<T>public void onComplete()
onComplete in interface org.glassfish.jersey.internal.jsr166.Flow.Subscriber<T>Copyright © 2007-2023, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.