subscribeForSingle
fun <T : ChatEvent> subscribeForSingle(eventType: Class<T>, listener: ChatEventListener<T>): Disposable
Subscribes for the next event with the given eventType.
Subscribes for the next event with the given eventType.