| Package | Description |
|---|---|
| io.smallrye.mutiny.operators.multi.processors |
| Modifier and Type | Method and Description |
|---|---|
static <I> UnicastProcessor<I> |
UnicastProcessor.create()
Creates a new
UnicastProcessor using a new unbounded queue. |
static <I> UnicastProcessor<I> |
UnicastProcessor.create(Queue<I> queue,
Runnable onTermination)
Creates a new
UnicastProcessor using the given queue. |
Copyright © 2019–2020 SmallRye. All rights reserved.