on

fun <T : ClientEvent<*>> on(type: Class<T>): Flux<T>
inline fun <T : ClientEvent<*>> on(): Flux<T>