-
public interface Messaging
Helidon Reactive Messaging.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Messaging.Builder
Fluent API builder forMessaging
.
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static Messaging.Builder
builder()
Create builder for constructing new Messaging.Messaging
start()
Connect all channels and start streaming.void
stop()
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
-
-