StreamResponse.Message

class StreamResponse.Message : StreamResponse


An event message received during the stream.

Messages are intermediate data chunks sent by the server while processing a request.

Example SSE format:

data: { "message": { "chunk": "foo" } }

Summary

Public constructors

Public properties

HttpsCallableResult

the intermediate data received from the server.

Public constructors

Message

Message(message: HttpsCallableResult)

Public properties

message

val messageHttpsCallableResult

the intermediate data received from the server.