public interface Messaging
Helidon Reactive Messaging.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Messaging.Builder
builder()
Create builder for constructing new Messaging.start()
Connect all channels and start streaming.void
stop()
Invoke stop method in all connectors implementing it.
-
Method Details
-
start
Messaging start()Connect all channels and start streaming.- Returns:
- started messaging
-
stop
void stop()Invoke stop method in all connectors implementing it. Stopped messaging cannot be started again. -
builder
Create builder for constructing new Messaging.- Returns:
- new builder
-