Generated by
JDiff

Interface org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer

Changed Methods
void addArgumentResolvers(List<HandlerMethodArgumentResolver>) Changed from abstract to non-abstract. Add resolvers to support custom controller method argument types.
void addReturnValueHandlers(List<HandlerMethodReturnValueHandler>) Changed from abstract to non-abstract. Add handlers to support custom controller method return value types.
void configureClientInboundChannel(ChannelRegistration) Changed from abstract to non-abstract. Configure the org.springframework.messaging.MessageChannel used for incoming messages from WebSocket clients.
void configureClientOutboundChannel(ChannelRegistration) Changed from abstract to non-abstract. Configure the org.springframework.messaging.MessageChannel used for outbound messages to WebSocket clients.
void configureMessageBroker(MessageBrokerRegistry) Changed from abstract to non-abstract. Configure message broker options.
boolean configureMessageConverters(List<MessageConverter>) Changed from abstract to non-abstract. Configure the message converters to use when extracting the payload of messages in annotated methods and when sending messages (e.g.
void configureWebSocketTransport(WebSocketTransportRegistration) Changed from abstract to non-abstract. Configure options related to the processing of messages received from and sent to WebSocket clients.
void registerStompEndpoints(StompEndpointRegistry) Changed from abstract to non-abstract. Register STOMP endpoints mapping each to a specific URL and (optionally) enabling and configuring SockJS fallback options.