send

inline suspend fun <T : Any> ServerSSESessionWithSerialization.send(data: T? = null, event: String? = null, id: String? = null, retry: Long? = null, comments: String? = null)(source)
inline suspend fun <T : Any> ServerSSESessionWithSerialization.send(data: T)(source)