Interface ReactiveDeleteOperation.TerminatingDelete

All Known Subinterfaces:
ReactiveDeleteOperation.DeleteWithQuery, ReactiveDeleteOperation.DeleteWithTable, ReactiveDeleteOperation.ReactiveDelete
Enclosing interface:
ReactiveDeleteOperation

public static interface ReactiveDeleteOperation.TerminatingDelete
Trigger DELETE operation by calling one of the terminating methods.
  • Method Summary

    Modifier and Type
    Method
    Description
    reactor.core.publisher.Mono<Long>
    all()
    Remove all matching rows.
  • Method Details

    • all

      reactor.core.publisher.Mono<Long> all()
      Remove all matching rows.
      Returns:
      the number of affected rows; never null.
      See Also:
      • Mono