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>
-
Method Summary
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveReplaceByIdOperation.ReplaceByIdInCollection
inCollection
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveReplaceByIdOperation.ReplaceByIdInScope
inScope
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveReplaceByIdOperation.ReplaceByIdWithDurability
withDurability, withDurability
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveReplaceByIdOperation.ReplaceByIdWithOptions
withOptions
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveReplaceByIdOperation.TerminatingReplaceById
all, one
-
Method Details
-
withExpiry
- Specified by:
withExpiry
in interfaceWithExpiry<T>
-