Interface ReactiveUpdateOperation.TerminatingUpdate
- Enclosing interface:
- ReactiveUpdateOperation
public static interface ReactiveUpdateOperation.TerminatingUpdate
Trigger
UPDATE execution by calling one of the terminating methods.-
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<WriteResult>Update all matching rows in the table.
-
Method Details
-
apply
Update all matching rows in the table.- Returns:
- the
WriteResultof the update; never null. - See Also:
-
UpdateWriteResultMono
-