Uses of Interface
io.smallrye.reactive.messaging.providers.connectors.InMemorySource
-
Packages that use InMemorySource Package Description io.smallrye.reactive.messaging.providers.connectors -
-
Uses of InMemorySource in io.smallrye.reactive.messaging.providers.connectors
Methods in io.smallrye.reactive.messaging.providers.connectors that return InMemorySource Modifier and Type Method Description InMemorySource<T>
InMemorySource. send(T messageOrPayload)
Sends a message or a payload to the channel.<T> InMemorySource<T>
InMemoryConnector. source(String channel)
Retrieves anInMemorySource
associated to the channel namedchannel
.
-