| Interface and Description |
|---|
| org.springframework.messaging.simp.user.UserSessionRegistry
in favor of
SimpUserRegistry in combination with
ApplicationListener listening for
org.springframework.web.socket.messaging.AbstractSubProtocolEvent events. |
| Class and Description |
|---|
| org.springframework.messaging.simp.user.DefaultUserSessionRegistry
as of 4.2 this class is no longer used, see deprecation notes
on
UserSessionRegistry for more details. |
| org.springframework.messaging.handler.HandlerMethodSelector
as of Spring 4.2.3, in favor of the generalized and refined
MethodIntrospector |
| Field and Description |
|---|
| org.springframework.messaging.handler.annotation.support.AnnotationExceptionHandlerMethodResolver.EXCEPTION_HANDLER_METHOD_FILTER
as of Spring 4.2.3, since it isn't used anymore
|
| Method and Description |
|---|
| org.springframework.messaging.converter.AbstractMessageConverter.convertFromInternal(Message<?>, Class<?>)
as of Spring 4.2, in favor of
AbstractMessageConverter.convertFromInternal(Message, Class, Object)
(which is also protected instead of public) |
| org.springframework.messaging.converter.AbstractMessageConverter.convertToInternal(Object, MessageHeaders)
as of Spring 4.2, in favor of
AbstractMessageConverter.convertFromInternal(Message, Class, Object)
(which is also protected instead of public) |
| org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration.userSessionRegistry() |