| Package | Description |
|---|---|
| io.smallrye.reactive.messaging | |
| io.smallrye.reactive.messaging.annotations | |
| io.smallrye.reactive.messaging.extension | |
| io.smallrye.reactive.messaging.impl |
| Modifier and Type | Method and Description |
|---|---|
Emitter<?> |
ChannelRegistry.getEmitter(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelRegistry.register(String name,
Emitter<?> emitter) |
| Modifier and Type | Method and Description |
|---|---|
Emitter<T> |
Emitter.send(T msg)
Sends a payload or a message to the stream.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EmitterImpl<T> |
| Modifier and Type | Method and Description |
|---|---|
Emitter<T> |
EmitterImpl.send(T msg) |
| Modifier and Type | Method and Description |
|---|---|
Emitter<?> |
InternalChannelRegistry.getEmitter(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
InternalChannelRegistry.register(String name,
Emitter<?> emitter) |
Copyright © 2018–2019 SmallRye. All rights reserved.