| 类 | 说明 |
|---|---|
| StompBrokerAvailabilityListener |
indicates when the broker becomes available/unavailable
https://docs.spring.io/spring/docs/current/spring-framework-reference/web.html#websocket-stomp-appplication-context-events
|
| StompConnectedListener |
published shortly after a SessionConnectEvent when the broker has sent a STOMP CONNECTED frame in response to the CONNECT
https://docs.spring.io/spring/docs/current/spring-framework-reference/web.html#websocket-stomp-appplication-context-events
|
| StompConnectListener |
客户端新连接建立通知
published when a new STOMP CONNECT is received indicating the start of a new client session.
|
| StompDisconnectListener |
published when a STOMP session ends.
|
| StompSubscribeListener |
published when a new STOMP SUBSCRIBE is received.
|
| StompUnsubscribeListener |
published when a new STOMP UNSUBSCRIBE is received.
|
Copyright © 2019. All rights reserved.