See: Description
Interface | Description |
---|---|
StompEndpointRegistration |
Provides methods for configuring a STOMP protocol handler including enabling SockJS
fallback options.
|
StompEndpointRegistry |
Provides methods for configuring STOMP protocol handlers at specific URL paths.
|
WebSocketMessageBrokerConfigurer |
Defines callback methods to configure broker-backed messaging over WebSocket via
@EnableWebSocketMessageBroker . |
Class | Description |
---|---|
AbstractBrokerRegistration |
Base class for message broker registration classes.
|
AbstractStompEndpointRegistration<M> |
An abstract base class class for configuring STOMP over WebSocket/SockJS endpoints.
|
DelegatingWebSocketMessageBrokerConfiguration |
A
WebSocketMessageBrokerConfiguration extension that detects beans of type
WebSocketMessageBrokerConfigurer and delegates to all of them allowing callback
style customization of the configuration provided in
WebSocketMessageBrokerConfigurationSupport . |
MessageBrokerConfigurer |
A helper class for configuring message broker options.
|
ServletStompEndpointRegistration |
A helper class for configuring STOMP protocol handling over WebSocket
with optional SockJS fallback options.
|
ServletStompEndpointRegistry |
A helper class for configuring STOMP protocol handling over WebSocket.
|
SimpleBrokerRegistration |
A simple message broker alternative providing a simple getting started option.
|
StompBrokerRelayRegistration |
A helper class for configuring a relay to an external STOMP message broker.
|
WebSocketMessageBrokerConfigurationSupport |
Configuration support for broker-backed messaging over WebSocket using a higher-level
messaging sub-protocol such as STOMP.
|
Annotation Type | Description |
---|---|
EnableWebSocketMessageBroker |
Add this annotation to an
@Configuration class to enable broker-backed
messaging over WebSocket using a higher-level messaging sub-protocol. |