public class QueuedSinglePublisher<T> extends AbstractSinglePublisher<T>
| Modifier and Type | Field and Description |
|---|---|
static org.eclipse.jetty.reactive.client.internal.QueuedSinglePublisher.Terminal<?> |
COMPLETE |
| Constructor and Description |
|---|
QueuedSinglePublisher() |
| Modifier and Type | Method and Description |
|---|---|
void |
complete() |
boolean |
fail(Throwable failure) |
void |
offer(T item) |
protected void |
onNext(org.reactivestreams.Subscriber<? super T> subscriber,
T item) |
protected void |
onRequest(org.reactivestreams.Subscriber<? super T> subscriber,
long n) |
cancel, isCancelled, onFailure, request, subscribe, subscriber, toStringpublic static final org.eclipse.jetty.reactive.client.internal.QueuedSinglePublisher.Terminal<?> COMPLETE
Copyright © 2017–2024 The Jetty Project. All rights reserved.