-
public interface MessagingHelidon Reactive Messaging.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMessaging.BuilderFluent API builder forMessaging.
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static Messaging.Builderbuilder()Create builder for constructing new Messaging.Messagingstart()Connect all channels and start streaming.voidstop()Invoke stop method in all connectors implementing it.
-
-
-
Method Detail
-
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
static Messaging.Builder builder()
Create builder for constructing new Messaging.- Returns:
- new builder
-
-