Interface ReactiveUpsertByIdOperation.UpsertByIdWithExpiry<T>
- All Superinterfaces:
InCollection<Object>
,InScope<Object>
,OneAndAllEntityReactive<T>
,ReactiveUpsertByIdOperation.TerminatingUpsertById<T>
,ReactiveUpsertByIdOperation.UpsertByIdInCollection<T>
,ReactiveUpsertByIdOperation.UpsertByIdInScope<T>
,ReactiveUpsertByIdOperation.UpsertByIdWithDurability<T>
,ReactiveUpsertByIdOperation.UpsertByIdWithOptions<T>
,WithDurability<T>
,WithExpiry<T>
,WithUpsertOptions<T>
- All Known Subinterfaces:
ReactiveUpsertByIdOperation.ReactiveUpsertById<T>
- Enclosing interface:
- ReactiveUpsertByIdOperation
public static interface ReactiveUpsertByIdOperation.UpsertByIdWithExpiry<T>
extends ReactiveUpsertByIdOperation.UpsertByIdWithDurability<T>, WithExpiry<T>
-
Method Summary
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveUpsertByIdOperation.TerminatingUpsertById
all, one
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveUpsertByIdOperation.UpsertByIdInCollection
inCollection
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveUpsertByIdOperation.UpsertByIdInScope
inScope
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveUpsertByIdOperation.UpsertByIdWithDurability
withDurability, withDurability
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveUpsertByIdOperation.UpsertByIdWithOptions
withOptions
-
Method Details
-
withExpiry
- Specified by:
withExpiry
in interfaceWithExpiry<T>
-