Uses of Class
org.springframework.messaging.simp.config.SimpleBrokerRegistration
Package
Description
Configuration support for WebSocket messaging using higher level messaging protocols.
-
Uses of SimpleBrokerRegistration in org.springframework.messaging.simp.config
Modifier and TypeMethodDescriptionMessageBrokerRegistry.enableSimpleBroker
(String... destinationPrefixes) Enable a simple message broker and configure one or more prefixes to filter destinations targeting the broker (e.g.SimpleBrokerRegistration.setHeartbeatValue
(long[] heartbeat) Configure the value for the heartbeat settings.SimpleBrokerRegistration.setTaskScheduler
(TaskScheduler taskScheduler) Configure theTaskScheduler
to use for providing heartbeat support.