SSLStatus Event
Shows the progress of the secure connection.
Syntax
public class DefaultStompEventListener implements StompEventListener { ... public void SSLStatus(StompSSLStatusEvent e) {} ... } public class StompSSLStatusEvent { public String message; }
Remarks
The event is fired for informational and logging purposes only. Used to track the progress of the connection.