Module io.helidon.messaging
Package io.helidon.messaging
Helidon Reactive Messaging.
-
Interface Summary Interface Description Messaging Helidon Reactive Messaging.Stoppable Messaging connector which can be notified about messaging stop. -
Class Summary Class Description Channel<PAYLOAD> Channel representing publisher - subscriber relationship.Channel.Builder<PAYLOAD> Channel builder.ConnectorConfigBuilder Detached configuration of a single connector.Emitter<PAYLOAD> Emitter is convenience publisher for one or multiple channels, publishing is as easy as callingEmitter.send(Object)
method.Emitter.Builder<PAYLOAD> Builder forEmitter
.Messaging.Builder Fluent API builder forMessaging
. -
Exception Summary Exception Description MessagingException Reactive Messaging specific exception.