Uses of Class
org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
Packages that use AbstractBrokerMessageHandler
Package
Description
Provides a "simple" message broker implementation along with an abstract base
 class and other supporting types such as a registry for subscriptions.
Configuration support for WebSocket messaging using higher level messaging protocols.
Generic support for simple messaging protocols (like STOMP).
Support for annotation-based WebSocket setup in configuration classes.
- 
Uses of AbstractBrokerMessageHandler in org.springframework.messaging.simp.brokerSubclasses of AbstractBrokerMessageHandler in org.springframework.messaging.simp.brokerModifier and TypeClassDescriptionclassA "simple" message broker that recognizes the message types defined inSimpMessageType, keeps track of subscriptions with the help of aSubscriptionRegistryand sends messages to subscribers.
- 
Uses of AbstractBrokerMessageHandler in org.springframework.messaging.simp.configMethods in org.springframework.messaging.simp.config that return AbstractBrokerMessageHandlerModifier and TypeMethodDescriptionprotected abstract AbstractBrokerMessageHandlerAbstractBrokerRegistration.getMessageHandler(SubscribableChannel brokerChannel) AbstractMessageBrokerConfiguration.simpleBrokerMessageHandler(AbstractSubscribableChannel clientInboundChannel, AbstractSubscribableChannel clientOutboundChannel, AbstractSubscribableChannel brokerChannel, UserDestinationResolver userDestinationResolver) AbstractMessageBrokerConfiguration.stompBrokerRelayMessageHandler(AbstractSubscribableChannel clientInboundChannel, AbstractSubscribableChannel clientOutboundChannel, AbstractSubscribableChannel brokerChannel, UserDestinationMessageHandler userDestinationMessageHandler, MessageHandler userRegistryMessageHandler, UserDestinationResolver userDestinationResolver) 
- 
Uses of AbstractBrokerMessageHandler in org.springframework.messaging.simp.stompSubclasses of AbstractBrokerMessageHandler in org.springframework.messaging.simp.stompModifier and TypeClassDescriptionclassAMessageHandlerthat handles messages by forwarding them to a STOMP broker.
- 
Uses of AbstractBrokerMessageHandler in org.springframework.web.socket.config.annotationMethods in org.springframework.web.socket.config.annotation with parameters of type AbstractBrokerMessageHandlerModifier and TypeMethodDescriptionWebSocketMessageBrokerConfigurationSupport.webSocketMessageBrokerStats(AbstractBrokerMessageHandler stompBrokerRelayMessageHandler, WebSocketHandler subProtocolWebSocketHandler, TaskExecutor inboundExecutor, TaskExecutor outboundExecutor, TaskScheduler scheduler)