- 所有已实现的接口:
- EventListener, org.springframework.context.ApplicationListener<org.springframework.web.socket.messaging.SessionConnectEvent>
@Component
public class StompConnectListener
extends Object
implements org.springframework.context.ApplicationListener<org.springframework.web.socket.messaging.SessionConnectEvent>
客户端新连接建立通知
published when a new STOMP CONNECT is received indicating the start of a new client session.
https://docs.spring.io/spring/docs/current/spring-framework-reference/web.html#websocket-stomp-appplication-context-events
- 作者:
- xiaper.io