@Configuration @Import(value=ch.squaredesk.nova.comm.http.spring.HttpServerProvidingConfiguration.class) public class WebSocketEnablingConfiguration extends Object
| Constructor and Description |
|---|
WebSocketEnablingConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ch.squaredesk.nova.comm.sending.MessageMarshaller<Integer,String> |
messageMarshaller() |
ch.squaredesk.nova.comm.retrieving.MessageUnmarshaller<String,Integer> |
messageUnmarshaller() |
WebSocketBeanPostprocessor |
webSocketBeanPostProcessor() |
@Bean public ch.squaredesk.nova.comm.sending.MessageMarshaller<Integer,String> messageMarshaller()
@Bean public ch.squaredesk.nova.comm.retrieving.MessageUnmarshaller<String,Integer> messageUnmarshaller()
@Bean public WebSocketBeanPostprocessor webSocketBeanPostProcessor()
Copyright © 2018. All rights reserved.