public interface WampConfigurer
Used together with EnableWamp
| Modifier and Type | Method and Description |
|---|---|
void |
addArgumentResolvers(List<org.springframework.messaging.handler.invocation.HandlerMethodArgumentResolver> argumentResolvers)
Add resolvers to support custom controller method argument types.
|
void |
addHandshakeInterceptors(List<org.springframework.web.socket.server.HandshakeInterceptor> handshakeInterceptors) |
void |
configureClientInboundChannel(org.springframework.messaging.support.AbstractMessageChannel channel)
Configure the
MessageChannel used for
incoming messages from WebSocket clients. |
void |
configureWebSocketTransport(WebSocketTransportRegistration registration)
Configure options related to the processing of messages received from and sent to
WebSocket clients.
|
void |
registerWampEndpoints(WampEndpointRegistry registry)
Register WAMP endpoints mapping each to a specific URL and (optionally) enabling
and configuring SockJS fallback options.
|
void registerWampEndpoints(WampEndpointRegistry registry)
void configureWebSocketTransport(WebSocketTransportRegistration registration)
void configureClientInboundChannel(org.springframework.messaging.support.AbstractMessageChannel channel)
MessageChannel used for
incoming messages from WebSocket clients.void addArgumentResolvers(List<org.springframework.messaging.handler.invocation.HandlerMethodArgumentResolver> argumentResolvers)
This does not override the built-in argument resolvers.
argumentResolvers - the resolvers to register (initially an empty list)void addHandshakeInterceptors(List<org.springframework.web.socket.server.HandshakeInterceptor> handshakeInterceptors)
Copyright © 2014–2017. All rights reserved.