Interface ReactiveRemoveByIdOperation.TerminatingRemoveById

All Superinterfaces:
OneAndAllIdReactive<RemoveResult>
All Known Subinterfaces:
ReactiveRemoveByIdOperation.ReactiveRemoveById, ReactiveRemoveByIdOperation.RemoveByIdInCollection, ReactiveRemoveByIdOperation.RemoveByIdInScope, ReactiveRemoveByIdOperation.RemoveByIdWithCas, ReactiveRemoveByIdOperation.RemoveByIdWithDurability, ReactiveRemoveByIdOperation.RemoveByIdWithOptions
Enclosing interface:
ReactiveRemoveByIdOperation

public static interface ReactiveRemoveByIdOperation.TerminatingRemoveById extends OneAndAllIdReactive<RemoveResult>
Terminating operations invoking the actual execution.
  • Method Summary

    Modifier and Type
    Method
    Description
    reactor.core.publisher.Flux<RemoveResult>
    Remove the documents in the collection.
    reactor.core.publisher.Mono<RemoveResult>
    one(String id)
    Remove one document based on the given ID.