Interface StompConnection.Listener

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onInfo​(java.util.Map<java.lang.String,​java.lang.String> information)  
      void onMessage​(java.util.Map<java.lang.String,​java.lang.String> headers, byte[] buf, int offset, int length)  
    • Method Detail

      • onMessage

        void onMessage​(java.util.Map<java.lang.String,​java.lang.String> headers,
                       byte[] buf,
                       int offset,
                       int length)
      • onInfo

        void onInfo​(java.util.Map<java.lang.String,​java.lang.String> information)