| Package | Description |
|---|---|
| org.springframework.messaging.simp.stomp |
Generic support for simple messaging protocols (like STOMP).
|
| org.springframework.web.socket.messaging |
WebSocket integration for Spring's messaging module.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReactorNettyTcpStompClient
A STOMP over TCP client that uses
ReactorNettyTcpClient. |
| Modifier and Type | Class and Description |
|---|---|
class |
WebSocketStompClient
A STOMP over WebSocket client that connects using an implementation of
WebSocketClient
including SockJsClient. |