Uses of Class
org.springframework.messaging.simp.config.ChannelRegistration
Packages that use ChannelRegistration Package Description org.springframework.messaging.simp.config Configuration support for WebSocket messaging using higher level messaging protocols.org.springframework.web.socket.config.annotation 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 ChannelRegistration Modifier and Type Method Description ChannelRegistrationMessageBrokerRegistry. configureBrokerChannel()Customize the channel used to send messages from the application to the message broker.protected ChannelRegistrationMessageBrokerRegistry. getBrokerChannelRegistration()protected ChannelRegistrationAbstractMessageBrokerConfiguration. getClientInboundChannelRegistration()protected ChannelRegistrationAbstractMessageBrokerConfiguration. getClientOutboundChannelRegistration()ChannelRegistrationChannelRegistration. interceptors(ChannelInterceptor... interceptors)Configure the given interceptors for this message channel, adding them to the channel's current list of interceptors.ChannelRegistrationChannelRegistration. setInterceptors(ChannelInterceptor... interceptors)Deprecated.as of 4.3.12, in favor ofinterceptors(ChannelInterceptor...)Methods in org.springframework.messaging.simp.config with parameters of type ChannelRegistration Modifier and Type Method Description protected 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 ChannelRegistration Modifier and Type Method Description voidAbstractWebSocketMessageBrokerConfigurer. configureClientInboundChannel(ChannelRegistration registration)Deprecated.protected voidDelegatingWebSocketMessageBrokerConfiguration. configureClientInboundChannel(ChannelRegistration registration)default voidWebSocketMessageBrokerConfigurer. configureClientInboundChannel(ChannelRegistration registration)Configure theMessageChannelused for incoming messages from WebSocket clients.voidAbstractWebSocketMessageBrokerConfigurer. configureClientOutboundChannel(ChannelRegistration registration)Deprecated.protected voidDelegatingWebSocketMessageBrokerConfiguration. configureClientOutboundChannel(ChannelRegistration registration)default voidWebSocketMessageBrokerConfigurer. configureClientOutboundChannel(ChannelRegistration registration)Configure theMessageChannelused for outbound messages to WebSocket clients.