Interface ReactiveInsertByIdOperation.InsertByIdWithExpiry<T>
- All Superinterfaces:
InCollection<T>
,InScope<T>
,OneAndAllEntityReactive<T>
,ReactiveInsertByIdOperation.InsertByIdInCollection<T>
,ReactiveInsertByIdOperation.InsertByIdInScope<T>
,ReactiveInsertByIdOperation.InsertByIdWithDurability<T>
,ReactiveInsertByIdOperation.InsertByIdWithOptions<T>
,ReactiveInsertByIdOperation.TerminatingInsertById<T>
,WithDurability<T>
,WithExpiry<T>
,WithInsertOptions<T>
- All Known Subinterfaces:
ReactiveInsertByIdOperation.ReactiveInsertById<T>
- Enclosing interface:
- ReactiveInsertByIdOperation
public static interface ReactiveInsertByIdOperation.InsertByIdWithExpiry<T>
extends ReactiveInsertByIdOperation.InsertByIdWithDurability<T>, WithExpiry<T>
-
Method Summary
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveInsertByIdOperation.InsertByIdInCollection
inCollection
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveInsertByIdOperation.InsertByIdInScope
inScope
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveInsertByIdOperation.InsertByIdWithDurability
withDurability, withDurability
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveInsertByIdOperation.InsertByIdWithOptions
withOptions
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveInsertByIdOperation.TerminatingInsertById
all, one
-
Method Details
-
withExpiry
- Specified by:
withExpiry
in interfaceWithExpiry<T>
-