public interface WebSocketMessageBrokerConfigurer
@EnableWebSocketMessageBroker
.Modifier and Type | Method and Description |
---|---|
void |
configureClientInboundChannel(ChannelRegistration registration)
Configure the
MessageChannel used for
incoming messages from WebSocket clients. |
void |
configureClientOutboundChannel(ChannelRegistration registration)
Configure the
MessageChannel used for
incoming messages from WebSocket clients. |
void |
configureMessageBroker(MessageBrokerRegistry registry)
Configure message broker options.
|
void |
registerStompEndpoints(StompEndpointRegistry registry)
Configure STOMP over WebSocket endpoints.
|
void registerStompEndpoints(StompEndpointRegistry registry)
void configureClientInboundChannel(ChannelRegistration registration)
MessageChannel
used for
incoming messages from WebSocket clients. By default the channel is backed
by a thread pool of size 1. It is recommended to customize thread pool
settings for production use.void configureClientOutboundChannel(ChannelRegistration registration)
MessageChannel
used for
incoming messages from WebSocket clients. By default the channel is backed
by a thread pool of size 1. It is recommended to customize thread pool
settings for production use.void configureMessageBroker(MessageBrokerRegistry registry)