includeWebsocketHandling

fun <T> <ERROR CLASS>.includeWebsocketHandling(suburl: String, flow: Flow<T>, protocol: <ERROR CLASS> = URLProtocol.WS, converter: suspend <ERROR CLASS>.(T) -> StandardKtorSerialInputData?)
fun <T> <ERROR CLASS>.includeWebsocketHandling(suburl: String, flow: Flow<T>, serializer: SerializationStrategy<T>, serialFormat: StandardKtorSerialFormat = standardKtorSerialFormat, protocol: <ERROR CLASS> = URLProtocol.WS, filter: suspend <ERROR CLASS>.(T) -> Boolean? = null): <ERROR CLASS>