| Interface | Description |
|---|---|
| Emitter<T> | Deprecated
Use
Emitter instead. |
| Enum | Description |
|---|---|
| ConnectorAttribute.Direction | |
| Merge.Mode | |
| OnOverflow.Strategy |
The back pressure strategy.
|
| Annotation Type | Description |
|---|---|
| Blocking |
Identifies that a particular method performs blocking operations,
and as such should be executed on separate worker.
|
| Broadcast |
Configure if the annotated publisher should dispatch the messages to several subscribers.
|
| Channel | Deprecated
Use
Channel instead. |
| ConnectorAttribute |
Annotation used to declare an attribute on the connector.
|
| ConnectorAttributes |
This class is used to allow multiple
ConnectorAttribute declarations. |
| Incomings |
This class is used to allow multiple
Incoming declarations. |
| Merge |
Temporary annotation - must be copied to spec.
|
| OnOverflow | Deprecated
Use
OnOverflow instead |
Copyright © 2018–2021 SmallRye. All rights reserved.