Uses of Class
io.helidon.messaging.Emitter
-
Packages that use Emitter Package Description io.helidon.messaging Helidon Reactive Messaging. -
-
Uses of Emitter in io.helidon.messaging
Methods in io.helidon.messaging that return Emitter Modifier and Type Method Description Emitter<PAYLOAD>Emitter.Builder. build()static <PAYLOAD> Emitter<PAYLOAD>Emitter. create(Channel<PAYLOAD> channel)Create new Emitter to serve as a publisher for supplied channel.static <PAYLOAD> Emitter<PAYLOAD>Emitter. create(Channel<PAYLOAD> channel, Channel<PAYLOAD>... channels)Create new Emitter to serve as a broadcast publisher for supplied channels.Emitter<PAYLOAD>Emitter.Builder. get()Methods in io.helidon.messaging with parameters of type Emitter Modifier and Type Method Description <PAYLOAD> Messaging.BuilderMessaging.Builder. emitter(Emitter<PAYLOAD> emitter)Register new emitter and all its channels.
-