Interface MessageDispatcher<S>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void send​(S message)  
      • Methods inherited from interface java.lang.AutoCloseable

        close
    • Method Detail

      • send

        void send​(S message)