Uses of Class
org.springframework.messaging.simp.stomp.StompClientSupport
Package
Description
Generic support for simple messaging protocols (like STOMP).
WebSocket integration for Spring's messaging module.
-
Uses of StompClientSupport in org.springframework.messaging.simp.stomp
Modifier and TypeClassDescriptionclass
A STOMP over TCP client, configurable with eitherReactorNettyTcpClient
orReactorNetty2TcpClient
. -
Uses of StompClientSupport in org.springframework.web.socket.messaging
Modifier and TypeClassDescriptionclass
A STOMP over WebSocket client that connects using an implementation ofWebSocketClient
includingSockJsClient
.