StreamMessageHandler

Data handler for streaming message operations.

Manages fetching and delivering incremental stream message content. Deduplicates in-flight requests and exposes data via KEY_FETCH_STREAM_MESSAGE.

Since

5.16.0

Constructors

Link copied to clipboard
public void StreamMessageHandler()

Types

Link copied to clipboard
public interface State
Business-state constants for stream message errors.

Properties

Link copied to clipboard
public final static DataKey<UiMessage> KEY_FETCH_STREAM_MESSAGE

Functions

Link copied to clipboard
public void fetchStreamMessage(String msgUId, boolean isRetry)
Fetches streaming message content for the given message UID.
Link copied to clipboard
public void stop()