Interface ReactiveRemoveByIdOperation.RemoveByIdInCollection
- All Superinterfaces:
InCollection<Object>, OneAndAllIdReactive<RemoveResult>, ReactiveRemoveByIdOperation.RemoveByIdWithOptions, ReactiveRemoveByIdOperation.TerminatingRemoveById, WithRemoveOptions<RemoveResult>
- All Known Subinterfaces:
ReactiveRemoveByIdOperation.ReactiveRemoveById, ReactiveRemoveByIdOperation.RemoveByIdInScope, ReactiveRemoveByIdOperation.RemoveByIdWithCas, ReactiveRemoveByIdOperation.RemoveByIdWithDurability
- Enclosing interface:
ReactiveRemoveByIdOperation
public static interface ReactiveRemoveByIdOperation.RemoveByIdInCollection
extends ReactiveRemoveByIdOperation.RemoveByIdWithOptions, InCollection<Object>
Fluent method to specify the collection.
- Since:
- 2.0
- Author:
- Christoph Strobl, Michael Reiche
-
Method Summary
Methods inherited from interface ReactiveRemoveByIdOperation.RemoveByIdWithOptions
withOptionsMethods inherited from interface ReactiveRemoveByIdOperation.TerminatingRemoveById
all, allEntities, one, oneEntity
-
Method Details
-
inCollection
With a different collection- Specified by:
inCollectionin interfaceInCollection<Object>- Parameters:
collection- the collection to use.
-