Uses of Class
org.springframework.messaging.simp.config.ChannelRegistration
Packages that use ChannelRegistration
Package
Description
Configuration support for WebSocket messaging using higher level messaging protocols.
Support for annotation-based WebSocket setup in configuration classes.
-
Uses of ChannelRegistration in org.springframework.messaging.simp.config
Methods in org.springframework.messaging.simp.config that return ChannelRegistrationModifier and TypeMethodDescriptionMessageBrokerRegistry.configureBrokerChannel()Customize the channel used to send messages from the application to the message broker.Configure the givenExecutorfor this message channel, taking precedence over a task executor registration if any.protected ChannelRegistrationMessageBrokerRegistry.getBrokerChannelRegistration()protected final ChannelRegistrationAbstractMessageBrokerConfiguration.getClientInboundChannelRegistration()protected final ChannelRegistrationAbstractMessageBrokerConfiguration.getClientOutboundChannelRegistration()ChannelRegistration.interceptors(ChannelInterceptor... interceptors) Configure the given interceptors for this message channel, adding them to the channel's current list of interceptors.Methods in org.springframework.messaging.simp.config with parameters of type ChannelRegistrationModifier and TypeMethodDescriptionprotected voidAbstractMessageBrokerConfiguration.configureClientInboundChannel(ChannelRegistration registration) A hook for subclasses to customize the message channel for inbound messages from WebSocket clients.protected voidAbstractMessageBrokerConfiguration.configureClientOutboundChannel(ChannelRegistration registration) A hook for subclasses to customize the message channel for messages from the application or message broker to WebSocket clients. -
Uses of ChannelRegistration in org.springframework.web.socket.config.annotation
Methods in org.springframework.web.socket.config.annotation with parameters of type ChannelRegistrationModifier and TypeMethodDescriptionprotected voidDelegatingWebSocketMessageBrokerConfiguration.configureClientInboundChannel(ChannelRegistration registration) default voidWebSocketMessageBrokerConfigurer.configureClientInboundChannel(ChannelRegistration registration) Configure theMessageChannelused for incoming messages from WebSocket clients.protected voidDelegatingWebSocketMessageBrokerConfiguration.configureClientOutboundChannel(ChannelRegistration registration) default voidWebSocketMessageBrokerConfigurer.configureClientOutboundChannel(ChannelRegistration registration) Configure theMessageChannelused for outbound messages to WebSocket clients.