Uses of Interface
org.eclipse.microprofile.reactive.messaging.Emitter
-
Packages that use Emitter Package Description io.smallrye.reactive.messaging io.smallrye.reactive.messaging.providers.extension io.smallrye.reactive.messaging.providers.impl -
-
Uses of Emitter in io.smallrye.reactive.messaging
Methods in io.smallrye.reactive.messaging that return Emitter Modifier and Type Method Description Emitter<?>
ChannelRegistry. getEmitter(String name)
Methods in io.smallrye.reactive.messaging with parameters of type Emitter Modifier and Type Method Description void
ChannelRegistry. register(String name, Emitter<?> emitter)
-
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
EmitterImpl<T>
Implementation of the emitter pattern. -
Uses of Emitter in io.smallrye.reactive.messaging.providers.impl
Methods in io.smallrye.reactive.messaging.providers.impl that return Emitter Modifier and Type Method Description Emitter<?>
InternalChannelRegistry. getEmitter(String name)
Methods in io.smallrye.reactive.messaging.providers.impl with parameters of type Emitter Modifier and Type Method Description void
InternalChannelRegistry. register(String name, Emitter<?> emitter)
-