Example usage for org.springframework.messaging.simp.stomp StompClientSupport subclass-usage

List of usage examples for org.springframework.messaging.simp.stomp StompClientSupport subclass-usage

Introduction

In this page you can find the example usage for org.springframework.messaging.simp.stomp StompClientSupport subclass-usage.

Usage

From source file org.springframework.web.socket.messaging.WebSocketStompClient.java

/**
 * A STOMP over WebSocket client that connects using an implementation of
 * {@link org.springframework.web.socket.client.WebSocketClient WebSocketClient}
 * including {@link org.springframework.web.socket.sockjs.client.SockJsClient
 * SockJsClient}.
 *