| Package | Description |
|---|---|
| io.smallrye.mutiny.helpers.spies |
| Modifier and Type | Method and Description |
|---|---|
static <T> MultiOnItemSpy<T> |
Spy.onItem(Multi<T> upstream)
Spy
Multi.onItem() events and keep track of the items. |
static <T> MultiOnItemSpy<T> |
Spy.onItem(Multi<T> upstream,
boolean trackItems)
Spy
Multi.onItem() events and optionally keep track of the items. |
MultiOnItemSpy<T> |
MultiGlobalSpy.onItemSpy() |
Copyright © 2019–2020 SmallRye. All rights reserved.