| Package | Description |
|---|---|
| io.smallrye.mutiny.subscription |
| Modifier and Type | Class and Description |
|---|---|
static class |
Subscribers.CallbackBasedSubscriber<T> |
| Modifier and Type | Method and Description |
|---|---|
static <T> CancellableSubscriber<T> |
Subscribers.from(Consumer<? super T> onItem,
Consumer<? super Throwable> onFailure,
Runnable onCompletion,
Consumer<? super org.reactivestreams.Subscription> onSubscription) |
Copyright © 2019–2020 SmallRye. All rights reserved.