Skip to main content
This page is a placeholder. Full content will be generated from the implemented code using /generate-doc.

Supported Signatures

SignatureMode
void handle(ChangeStreamContext<T> ctx)Imperative
void handle(ChangeStreamContext<T> ctx, MongoTemplate mongo)Imperative with DB access
Mono<Void> handle(ChangeStreamContext<T> ctx)Reactive
CompletableFuture<Void> handle(ChangeStreamContext<T> ctx)Async