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).
-
Uses of AbstractBrokerMessageHandler in org.springframework.messaging.simp.broker
Subclasses 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.config
Methods 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.stomp
Subclasses of AbstractBrokerMessageHandler in org.springframework.messaging.simp.stompModifier and TypeClassDescriptionclassAMessageHandlerthat handles messages by forwarding them to a STOMP broker.