Interface Messaging


public interface Messaging
Helidon Reactive Messaging.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    Fluent API builder for Messaging.
  • Method Summary

    Modifier and Type
    Method
    Description
    Create builder for constructing new Messaging.
    Connect all channels and start streaming.
    void
    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

      static Messaging.Builder builder()
      Create builder for constructing new Messaging.
      Returns:
      new builder