HandlerMethodArgumentResolver.HandlerMethodArgumentResolvers.WampCallListener, WampPublishListener, WampSubscribeListener or
WampUnsubscribeListenerAuthenticationHandler interface.WampCallListener, WampPublishListener,
WampSubscribeListener or WampUnsubscribeListener) have to be
authenticated.AuthenticationSecretProvider for authentication.WampMessageBodyMethodArgumentResolver@Configuration class to enable WAMP support:
@Configuration
@EnableWamp
public class MyAppConfig {
}EventMessages back to the
client.WampMessage .HandlerMethodArgumentResolver.HandlerMethodArgumentResolvers.HandlerMethod.ObjectMapper instance.Executor which is used for sending outbound WAMP messages.PrincipalHandlerMethodArgumentResolvers and invoke the one
that supports it.EventMessage to the clients that are subscribed to the provided
topicURI and are listed in the eligibleSessionIds set.EventMessage to every client that is currently subscribed to the
provided topicURIEventMessage to every client that is currently subscribed to the
provided topicURI except the one provided with the excludeSessionId parameter.EventMessage to every client that is currently subscribed to the
provided topicURI except the ones listed in the excludeSessionIds set.HandlerMethodArgumentResolvers to use to use for resolving method
argument values.HandlerMethodArgumentResolver.CallMessage and the procURI matches one of the listed values of the annotation.EnableWampWampConfigurer interface.WampMessage.WampMessage .WampMessages back to the client.PublishMessage and the topicURI matches one of the listed values of the
annotation.WampSession .SubscribeMessage and the topicURI matches one of the listed values of the
annotation.UnsubscribeMessage and the topicURI matches one of the listed values of the
annotation.WebSocketHandler implementation that handles incoming WAMP requests.Copyright © 2014–2015. All rights reserved.