Uses of Class
io.helidon.messaging.Emitter
Packages that use Emitter
-
Uses of Emitter in io.helidon.messaging
Methods in io.helidon.messaging that return EmitterModifier and TypeMethodDescriptionEmitter.Builder.build()
static <PAYLOAD> Emitter
<PAYLOAD> Create new Emitter to serve as a publisher for supplied channel.static <PAYLOAD> Emitter
<PAYLOAD> Create new Emitter to serve as a broadcast publisher for supplied channels.Emitter.Builder.get()
Methods in io.helidon.messaging with parameters of type EmitterModifier and TypeMethodDescription<PAYLOAD> Messaging.Builder
Register new emitter and all its channels.