Interface ReactiveDeleteOperation.DeleteWithQuery
- All Known Subinterfaces:
ReactiveDeleteOperation.ReactiveDelete
- Enclosing interface:
- ReactiveDeleteOperation
public static interface ReactiveDeleteOperation.DeleteWithQuery
Required
filter
.-
Method Summary
-
Method Details
-
matching
Define theQuery
used to filter elements in the delete.- Parameters:
query
-Query
used as the filter in the delete; must not be null.- Returns:
- new instance of
ReactiveDeleteOperation.TerminatingDelete
. - Throws:
IllegalArgumentException
- ifQuery
is null.- See Also:
-