| Package | Description |
|---|---|
| io.smallrye.mutiny.groups | |
| io.smallrye.mutiny.operators.multi.builders | |
| io.smallrye.mutiny.subscription |
| Modifier and Type | Method and Description |
|---|---|
<T> Multi<T> |
MultiCreate.emitter(Consumer<MultiEmitter<? super T>> consumer,
BackPressureStrategy strategy)
Creates a
Multi deferring the logic to the given consumer. |
| Constructor and Description |
|---|
EmitterBasedMulti(Consumer<MultiEmitter<? super T>> consumer,
BackPressureStrategy backpressure) |
| Modifier and Type | Method and Description |
|---|---|
static BackPressureStrategy |
BackPressureStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackPressureStrategy[] |
BackPressureStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019–2020 SmallRye. All rights reserved.