Uses of Interface
io.smallrye.reactive.messaging.annotations.Emitter
-
Packages that use Emitter Package Description io.smallrye.reactive.messaging.annotations io.smallrye.reactive.messaging.providers.extension -
-
Uses of Emitter in io.smallrye.reactive.messaging.annotations
Methods in io.smallrye.reactive.messaging.annotations that return Emitter Modifier and Type Method Description Emitter<T>
Emitter. send(T msg)
Deprecated.Sends a payload or a message to the stream. -
Uses of Emitter in io.smallrye.reactive.messaging.providers.extension
Classes in io.smallrye.reactive.messaging.providers.extension that implement Emitter Modifier and Type Class Description class
LegacyEmitterImpl<T>
Implementation of the old (legacy) Emitter interface.Methods in io.smallrye.reactive.messaging.providers.extension that return Emitter Modifier and Type Method Description Emitter<T>
LegacyEmitterImpl. send(T msg)
-