| Package | Description |
|---|---|
| io.smallrye.reactive.messaging.connectors |
| Modifier and Type | Method and Description |
|---|---|
InMemorySource<T> |
InMemorySource.send(T messageOrPayload)
Sends a message or a payload to the channel.
|
<T> InMemorySource<T> |
InMemoryConnector.source(String channel)
Retrieves an
InMemorySource associated to the channel named channel. |
Copyright © 2018–2021 SmallRye. All rights reserved.