| 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).
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleBrokerMessageHandler
A "simple" message broker that recognizes the message types defined in
SimpMessageType, keeps track of subscriptions with the help of a
SubscriptionRegistry and sends messages to subscribers. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract AbstractBrokerMessageHandler |
AbstractBrokerRegistration.getMessageHandler(SubscribableChannel brokerChannel) |
AbstractBrokerMessageHandler |
AbstractMessageBrokerConfiguration.simpleBrokerMessageHandler() |
AbstractBrokerMessageHandler |
AbstractMessageBrokerConfiguration.stompBrokerRelayMessageHandler() |
| Modifier and Type | Class and Description |
|---|---|
class |
StompBrokerRelayMessageHandler
A
MessageHandler that handles messages by
forwarding them to a STOMP broker. |