Interface ReactiveReplaceByIdOperation.ReplaceByIdInCollection<T>
- Type Parameters:
T- the entity type to use for the results.
- All Superinterfaces:
InCollection<Object>, OneAndAllEntityReactive<T>, ReactiveReplaceByIdOperation.ReplaceByIdWithOptions<T>, ReactiveReplaceByIdOperation.TerminatingReplaceById<T>, WithReplaceOptions<RemoveResult>
- All Known Subinterfaces:
ReactiveReplaceByIdOperation.ReactiveReplaceById<T>, ReactiveReplaceByIdOperation.ReplaceByIdInScope<T>, ReactiveReplaceByIdOperation.ReplaceByIdWithDurability<T>, ReactiveReplaceByIdOperation.ReplaceByIdWithExpiry<T>
- Enclosing interface:
ReactiveReplaceByIdOperation
public static interface ReactiveReplaceByIdOperation.ReplaceByIdInCollection<T>
extends ReactiveReplaceByIdOperation.ReplaceByIdWithOptions<T>, InCollection<Object>
Fluent method to specify the collection.
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Method Summary
Methods inherited from interface ReactiveReplaceByIdOperation.ReplaceByIdWithOptions
withOptionsMethods inherited from interface ReactiveReplaceByIdOperation.TerminatingReplaceById
all, one
-
Method Details
-
inCollection
With a different collection- Specified by:
inCollectionin interfaceInCollection<T>- Parameters:
collection- the collection to use.
-