public interface WampConfigurer
EnableWamp| Modifier and Type | Method and Description |
|---|---|
void |
configureWampWebsocketHandler(org.springframework.web.socket.config.annotation.WebSocketHandlerRegistration reg)
Doing some additional configuration of the WampWebsocketHandler
registration.
|
org.springframework.core.convert.ConversionService |
conversionService()
Configures a ConversionService that is used by the
WampMessageBodyMethodArgumentResolver |
com.fasterxml.jackson.databind.ObjectMapper |
objectMapper()
Configures Jackson's
ObjectMapper instance. |
Executor |
outboundExecutor()
Configures an
Executor which is used for sending outbound WAMP
messages. |
String |
wampEndpointPath()
Configures the endpoint path where the WebSocket WAMP handler is
listening for requests.
|
Executor outboundExecutor()
Executor which is used for sending outbound WAMP
messages.String wampEndpointPath()
com.fasterxml.jackson.databind.ObjectMapper objectMapper()
ObjectMapper instance. This mapper is used
for serializing and deserializing wamp messages.org.springframework.core.convert.ConversionService conversionService()
WampMessageBodyMethodArgumentResolvervoid configureWampWebsocketHandler(org.springframework.web.socket.config.annotation.WebSocketHandlerRegistration reg)
Copyright © 2014. All Rights Reserved.