Interface ReactiveReplaceByIdOperation.ReplaceByIdWithExpiry<T>
- All Superinterfaces:
InCollection<Object>, InScope<Object>, OneAndAllEntityReactive<T>, ReactiveReplaceByIdOperation.ReplaceByIdInCollection<T>, ReactiveReplaceByIdOperation.ReplaceByIdInScope<T>, ReactiveReplaceByIdOperation.ReplaceByIdWithDurability<T>, ReactiveReplaceByIdOperation.ReplaceByIdWithOptions<T>, ReactiveReplaceByIdOperation.TerminatingReplaceById<T>, WithDurability<T>, WithExpiry<T>, WithReplaceOptions<RemoveResult>
- All Known Subinterfaces:
ReactiveReplaceByIdOperation.ReactiveReplaceById<T>
- Enclosing interface:
ReactiveReplaceByIdOperation
public static interface ReactiveReplaceByIdOperation.ReplaceByIdWithExpiry<T>
extends ReactiveReplaceByIdOperation.ReplaceByIdWithDurability<T>, WithExpiry<T>
- 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.ReplaceByIdWithOptions
withOptionsMethods inherited from interface ReactiveReplaceByIdOperation.TerminatingReplaceById
all, one
-
Method Details
-
withExpiry
- Specified by:
withExpiryin interfaceWithExpiry<T>
-