| Package | Description |
|---|---|
| io.smallrye.reactive.messaging | |
| 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 | Class and Description |
|---|---|
class |
EmitterImpl<T>
Implementation of the emitter pattern.
|
| 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–2021 SmallRye. All rights reserved.