类 AbstractWebSocketStatusListener<E extends org.springframework.context.ApplicationEvent>
java.lang.Object
cn.herodotus.engine.message.websocket.definition.AbstractWebSocketStatusListener<E>
- 所有已实现的接口:
EventListener,org.springframework.context.ApplicationListener<E>
public abstract class AbstractWebSocketStatusListener<E extends org.springframework.context.ApplicationEvent>
extends Object
implements org.springframework.context.ApplicationListener<E>
Description: 公共 WebSocketUserListener
- 作者:
- : gengwei.zheng
- Date:
- : 2022/12/29 22:20
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected voidconnected(WebSocketPrincipal principal) protected voiddisconnected(WebSocketPrincipal principal) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.springframework.context.ApplicationListener
onApplicationEvent, supportsAsyncExecution
-
构造器详细资料
-
AbstractWebSocketStatusListener
-
-
方法详细资料
-
connected
-
disconnected
-