@Documented
@Retention(RUNTIME)
@Target(METHOD)
public @interface OnWebSocketError
Acceptable method patterns.
Note: methodName
can be any name you want to use.
public void methodName(Throwable
error)
public void methodName(Session
session, Throwable
error)
Copyright © 1995–2018 Webtide. All rights reserved.