BaseStreamSender

abstract class BaseStreamSender<T>(destination: StreamDestination<T>)

Inheritors

Constructors

Link copied to clipboard
constructor(destination: StreamDestination<T>)

Functions

Link copied to clipboard
suspend fun close(reason: String? = null)
Link copied to clipboard
suspend fun write(data: T)