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