spring-framework / org.springframework.messaging.simp.annotation / SendToUser / broadcast

broadcast

val broadcast: Boolean

Whether messages should be sent to all sessions associated with the user or only to the session of the input message being handled.

By default, this is set to true in which case messages are broadcast to all sessions.