Uses of Class
org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
Packages that use AbstractBrokerMessageHandler Package Description org.springframework.messaging.simp.broker Provides a "simple" message broker implementation along with an abstract base class and other supporting types such as a registry for subscriptions.org.springframework.messaging.simp.config Configuration support for WebSocket messaging using higher level messaging protocols.org.springframework.messaging.simp.stomp Generic support for simple messaging protocols (like STOMP).Uses of AbstractBrokerMessageHandler in org.springframework.messaging.simp.broker
Subclasses of AbstractBrokerMessageHandler in org.springframework.messaging.simp.broker Modifier and Type Class Description classSimpleBrokerMessageHandlerA "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.config
Methods in org.springframework.messaging.simp.config that return AbstractBrokerMessageHandler Modifier and Type Method Description protected abstract AbstractBrokerMessageHandlerAbstractBrokerRegistration. getMessageHandler(SubscribableChannel brokerChannel)AbstractBrokerMessageHandlerAbstractMessageBrokerConfiguration. simpleBrokerMessageHandler()AbstractBrokerMessageHandlerAbstractMessageBrokerConfiguration. stompBrokerRelayMessageHandler()Uses of AbstractBrokerMessageHandler in org.springframework.messaging.simp.stomp
Subclasses of AbstractBrokerMessageHandler in org.springframework.messaging.simp.stomp Modifier and Type Class Description classStompBrokerRelayMessageHandlerAMessageHandlerthat handles messages by forwarding them to a STOMP broker.