public static interface ReactiveRemoveOperation.TerminatingRemove<T>
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<com.mongodb.client.result.DeleteResult> |
all()
Remove all documents matching.
|
reactor.core.publisher.Flux<T> |
findAndRemove()
Remove and return all matching documents.
|
reactor.core.publisher.Mono<com.mongodb.client.result.DeleteResult> all()
Mono emitting the DeleteResult. Never null.reactor.core.publisher.Flux<T> findAndRemove()
ApplicationEvents will be published for each and every delete
operation.Flux if no match found. Never null.Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.