ClientSSESessionWithDeserialization
class ClientSSESessionWithDeserialization(val call: HttpClientCall, delegate: SSESessionWithDeserialization) : SSESessionWithDeserialization
A client session with deserialization support for handling Server-Sent Events (SSE) from a server.
Properties
Functions
Link copied to clipboard
Deserialize the provided event data into an object of type T using the deserializer function defined in the SSESessionWithDeserialization interface.
Deserialize the provided data into an object of type T using the deserializer function defined in the SSESessionWithDeserialization interface.