Class WebMvcStompEndpointRegistry

java.lang.Object
org.springframework.web.socket.config.annotation.WebMvcStompEndpointRegistry
All Implemented Interfaces:
StompEndpointRegistry

public class WebMvcStompEndpointRegistry extends Object implements StompEndpointRegistry
A registry for STOMP over WebSocket endpoints that maps the endpoints with a HandlerMapping for use in Spring MVC.
Since:
4.0
Author:
Rossen Stoyanchev, Artem Bilan