org.springframework.web.socket.config.annotation.WebSocketConfigurer
@Configuration
@EnableWebSocket
public class LiveUpdateConfigurator
extends java.lang.Object
implements org.springframework.web.socket.config.annotation.WebSocketConfigurer
Modifier and Type | Field | Description |
---|---|---|
protected org.slf4j.Logger |
logger |
|
protected LiveUpdateSessionHandler |
sessionHandler |
Constructor | Description |
---|---|
LiveUpdateConfigurator() |
Modifier and Type | Method | Description |
---|---|---|
void |
registerWebSocketHandlers(org.springframework.web.socket.config.annotation.WebSocketHandlerRegistry registry) |
protected final transient org.slf4j.Logger logger
@Inject protected LiveUpdateSessionHandler sessionHandler