| Interface | Description |
|---|---|
| Emitter<T> |
Interface used to feed a stream from an imperative piece of code.
|
| Enum | Description |
|---|---|
| Merge.Mode | |
| OnOverflow.Strategy |
The back pressure strategy.
|
| Annotation Type | Description |
|---|---|
| Broadcast |
Configure if the annotated publisher should dispatch the messages to several subscribers.
|
| Channel |
This qualifier indicates which channel should be injected / populated.
|
| Merge |
Temporary annotation - must be copied to spec.
|
| OnOverflow |
Allows configuring the back pressure policy on injected
Emitter: |
| Stream | Deprecated
use
@Channel instead" |
Copyright © 2018–2019 SmallRye. All rights reserved.