Uses of Interface
io.smallrye.reactive.messaging.annotations.Emitter
- 
Packages that use Emitter Package Description io.smallrye.reactive.messaging.annotations io.smallrye.reactive.messaging.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.extension
Classes in io.smallrye.reactive.messaging.extension that implement Emitter Modifier and Type Class Description classLegacyEmitterImpl<T>Implementation of the old (legacy) Emitter interface.Methods in io.smallrye.reactive.messaging.extension that return Emitter Modifier and Type Method Description Emitter<T>LegacyEmitterImpl. send(T msg) 
 -