Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ interface TerminatingRemoveById extends OneAndAllIdReactive<RemoveResult> {
/**
* Remove the documents in the collection. Requires whole entity for transaction to have the cas.
*
* @param ids the document IDs.
* @param entities the entities to remove.
* @return result of the removes.
*/
Flux<RemoveResult> allEntities(Collection<Object> ids);
Flux<RemoveResult> allEntities(Collection<Object> entities);

}

Expand Down