Uses of Interface
org.springframework.web.socket.config.annotation.StompEndpointRegistry
Packages that use StompEndpointRegistry
Package
Description
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 StompEndpointRegistryModifier and TypeClassDescriptionclassA 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 StompEndpointRegistryModifier and TypeMethodDescriptionprotected 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.