@Configuration @EnableWebSocketMessageBroker public class WebSocketConfig extends Object implements org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer
| Modifier and Type | Field and Description |
|---|---|
static String |
PREVIEWABLE_REMOVAL |
static String |
PREVIEWABLE_UPDATE |
| Constructor and Description |
|---|
WebSocketConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
configureMessageBroker(org.springframework.messaging.simp.config.MessageBrokerRegistry config) |
void |
registerStompEndpoints(org.springframework.web.socket.config.annotation.StompEndpointRegistry registry) |
public static final String PREVIEWABLE_UPDATE
public static final String PREVIEWABLE_REMOVAL
public void configureMessageBroker(org.springframework.messaging.simp.config.MessageBrokerRegistry config)
configureMessageBroker in interface org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurerpublic void registerStompEndpoints(org.springframework.web.socket.config.annotation.StompEndpointRegistry registry)
registerStompEndpoints in interface org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurerCopyright © 2020. All rights reserved.