public class Subscribers extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Subscribers.CallbackBasedSubscriber<T> |
| Modifier and Type | Field and Description |
|---|---|
static Consumer<? super Throwable> |
NO_ON_FAILURE |
| Constructor and Description |
|---|
Subscribers() |
| Modifier and Type | Method and Description |
|---|---|
static <T> CancellableSubscriber<T> |
from(Consumer<? super T> onItem,
Consumer<? super Throwable> onFailure,
Runnable onCompletion,
Consumer<? super org.reactivestreams.Subscription> onSubscription) |
Copyright © 2019–2020 SmallRye. All rights reserved.