Uses of Interface
org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer
Packages that use WebSocketMessageBrokerConfigurer Package Description org.springframework.web.socket.config.annotation Support for annotation-based WebSocket setup in configuration classes.Uses of WebSocketMessageBrokerConfigurer in org.springframework.web.socket.config.annotation
Classes in org.springframework.web.socket.config.annotation that implement WebSocketMessageBrokerConfigurer Modifier and Type Class Description classAbstractWebSocketMessageBrokerConfigurerDeprecated.as of 5.0 in favor of simply usingWebSocketMessageBrokerConfigurerwhich has default methods, made possible by a Java 8 baseline.Method parameters in org.springframework.web.socket.config.annotation with type arguments of type WebSocketMessageBrokerConfigurer Modifier and Type Method Description voidDelegatingWebSocketMessageBrokerConfiguration. setConfigurers(List<WebSocketMessageBrokerConfigurer> configurers)