Uses of Interface
io.smallrye.reactive.messaging.connectors.InMemorySink
-
Packages that use InMemorySink Package Description io.smallrye.reactive.messaging.connectors -
-
Uses of InMemorySink in io.smallrye.reactive.messaging.connectors
Methods in io.smallrye.reactive.messaging.connectors that return InMemorySink Modifier and Type Method Description <T> InMemorySink<T>
InMemoryConnector. sink(String channel)
Retrieves anInMemorySink
associated to the channel namedchannel
.
-