Interface ReactiveReplaceByIdOperation.ReactiveReplaceById<T>
- Type Parameters:
T- the entity type to replace
- All Superinterfaces:
InCollection<Object>, InScope<Object>, OneAndAllEntityReactive<T>, ReactiveReplaceByIdOperation.ReplaceByIdInCollection<T>, ReactiveReplaceByIdOperation.ReplaceByIdInScope<T>, ReactiveReplaceByIdOperation.ReplaceByIdWithDurability<T>, ReactiveReplaceByIdOperation.ReplaceByIdWithExpiry<T>, ReactiveReplaceByIdOperation.ReplaceByIdWithOptions<T>, ReactiveReplaceByIdOperation.TerminatingReplaceById<T>, WithDurability<T>, WithExpiry<T>, WithReplaceOptions<RemoveResult>
- Enclosing interface:
ReactiveReplaceByIdOperation
public static interface ReactiveReplaceByIdOperation.ReactiveReplaceById<T>
extends ReactiveReplaceByIdOperation.ReplaceByIdWithExpiry<T>
Provides methods for constructing KV replace operations in a fluent way.
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Method Summary
Methods inherited from interface ReactiveReplaceByIdOperation.ReplaceByIdInCollection
inCollectionMethods inherited from interface ReactiveReplaceByIdOperation.ReplaceByIdInScope
inScopeMethods inherited from interface ReactiveReplaceByIdOperation.ReplaceByIdWithDurability
withDurability, withDurabilityMethods inherited from interface ReactiveReplaceByIdOperation.ReplaceByIdWithExpiry
withExpiryMethods inherited from interface ReactiveReplaceByIdOperation.ReplaceByIdWithOptions
withOptionsMethods inherited from interface ReactiveReplaceByIdOperation.TerminatingReplaceById
all, one