Interface UpdatedRowsFetchSpec

All Known Subinterfaces:
FetchSpec<T>

public interface UpdatedRowsFetchSpec
Contract for fetching the number of affected rows.
Since:
5.3
Author:
Mark Paluch
  • Method Summary

    Modifier and Type
    Method
    Description
    reactor.core.publisher.Mono<Long>
    Get the number of updated rows.
  • Method Details

    • rowsUpdated

      reactor.core.publisher.Mono<Long> rowsUpdated()
      Get the number of updated rows.
      Returns:
      a Mono emitting the number of updated rows