Uses of Interface
org.springframework.web.socket.config.annotation.StompEndpointRegistry
Packages that use StompEndpointRegistry Package Description org.springframework.web.socket.config.annotation Support for annotation-based WebSocket setup in configuration classes.Uses of StompEndpointRegistry in org.springframework.web.socket.config.annotation
Classes in org.springframework.web.socket.config.annotation that implement StompEndpointRegistry Modifier and Type Class Description classWebMvcStompEndpointRegistryA registry for STOMP over WebSocket endpoints that maps the endpoints with aHandlerMappingfor use in Spring MVC.Methods in org.springframework.web.socket.config.annotation with parameters of type StompEndpointRegistry Modifier and Type Method Description protected voidDelegatingWebSocketMessageBrokerConfiguration. registerStompEndpoints(StompEndpointRegistry registry)protected abstract voidWebSocketMessageBrokerConfigurationSupport. registerStompEndpoints(StompEndpointRegistry registry)default voidWebSocketMessageBrokerConfigurer. registerStompEndpoints(StompEndpointRegistry registry)Register STOMP endpoints mapping each to a specific URL and (optionally) enabling and configuring SockJS fallback options.