Interface Messaging


  • public interface Messaging
    Helidon Reactive Messaging.
    • 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