fetchStreamMessage

public void fetchStreamMessage(String msgUId, boolean isRetry)

Fetches streaming message content for the given message UID.

Deduplicates concurrent requests for the same message. If the message has already been fetched and isRetry is false, the request is skipped.

Parameters

msgUId

the unique message ID of the stream message

isRetry

true to force a re-fetch even if the message was already pulled