tock / ai.tock.shared / com.mongodb.reactivestreams.client.MongoCollection

Extensions for com.mongodb.reactivestreams.client.MongoCollection

watch

fun <T : Any> MongoCollection<T>.watch(fullDocument: FullDocument = FullDocument.DEFAULT, listener: (ChangeStreamDocument<T>) -> Unit): Unit