| Package | Description |
|---|---|
| io.smallrye.mutiny.groups | |
| io.smallrye.mutiny.helpers | |
| io.smallrye.mutiny.infrastructure | |
| io.smallrye.mutiny.operators |
| Modifier and Type | Method and Description |
|---|---|
<S extends UniSubscriber<? super T>> |
UniSubscribe.withSubscriber(S subscriber)
Requests the
Uni to start computing the item. |
| Modifier and Type | Class and Description |
|---|---|
class |
UniCallbackSubscriber<T>
Implementation of a
UniSubscriber based on callbacks. |
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
EmptyUniSubscription.propagateFailureEvent(UniSubscriber<T> subscriber,
Throwable failure) |
| Modifier and Type | Method and Description |
|---|---|
default <T> UniSubscriber<? super T> |
UniInterceptor.onSubscription(Uni<T> instance,
UniSubscriber<? super T> subscriber)
Method called when a subscriber subscribes to a
Uni. |
static <T> UniSubscriber<? super T> |
Infrastructure.onUniSubscription(Uni<T> instance,
UniSubscriber<? super T> subscriber) |
| Modifier and Type | Method and Description |
|---|---|
default <T> UniSubscriber<? super T> |
UniInterceptor.onSubscription(Uni<T> instance,
UniSubscriber<? super T> subscriber)
Method called when a subscriber subscribes to a
Uni. |
static <T> UniSubscriber<? super T> |
Infrastructure.onUniSubscription(Uni<T> instance,
UniSubscriber<? super T> subscriber) |
| Modifier and Type | Class and Description |
|---|---|
class |
UniCache<I> |
class |
UniDelegatingSubscriber<I,O> |
class |
UniSerializedSubscriber<T>
An implementation of
UniSubscriber and UniSubscription making sure event handlers are only called once. |
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
UniSerializedSubscriber.subscribe(AbstractUni<T> source,
UniSubscriber<? super T> subscriber) |
static <T> void |
AbstractUni.subscribe(Uni<? extends T> upstream,
UniSubscriber<? super T> subscriber)
Encapsulates subscription to slightly optimized the AbstractUni case.
|
Copyright © 2019–2020 SmallRye. All rights reserved.