| Package | Description |
|---|---|
| io.smallrye.reactive.messaging.annotations | |
| io.smallrye.reactive.messaging.extension |
| Modifier and Type | Method and Description |
|---|---|
Emitter<T> |
Emitter.send(T msg)
Deprecated.
Sends a payload or a message to the stream.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LegacyEmitterImpl<T>
Implementation of the old (legacy) Emitter interface.
|
| Modifier and Type | Method and Description |
|---|---|
Emitter<T> |
LegacyEmitterImpl.send(T msg) |
Copyright © 2018–2021 SmallRye. All rights reserved.