@Retention(value=RUNTIME) @Target(value=METHOD) public @interface OnClose
PushEndpoint
annotated classes. A method annotated with OnClose
will be invoked
when a RemoteEndpoint
is disconnected. An annotated method may define zero, one or two parameters. For example
Copyright © 2015. All rights reserved.