@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface PushEndpoint
RemoteEndpoint
or using an EventBus
.
A class annotated with this annotation must at least have one method annotated with OnOpen
, OnClose
or OnMessage
.public abstract String value
Copyright © 2015. All rights reserved.