@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface OnWebSocketError
Acceptable method patterns. Note: methodName can be any name you want to use.
methodName
public void methodName(Throwable error)
Throwable
public void methodName(Session session, Throwable error)
Session
Copyright © 1995-2015 Webtide. All Rights Reserved.