setPersist

fun setPersist(persist: Boolean)

Enables server-side message persistence so late-joining subscribers receive this message in history.

The server retains a rolling history of recent messages per topic for subscribers using onOldMessagesReceived.

Parameters

persist

true to store the message on the server, false otherwise (default: false)