Interface ReactiveInsertByIdOperation.InsertByIdWithOptions<T>
- All Superinterfaces:
OneAndAllEntityReactive<T>
,ReactiveInsertByIdOperation.TerminatingInsertById<T>
,WithInsertOptions<T>
- All Known Subinterfaces:
ReactiveInsertByIdOperation.InsertByIdInCollection<T>
,ReactiveInsertByIdOperation.InsertByIdInScope<T>
,ReactiveInsertByIdOperation.InsertByIdWithDurability<T>
,ReactiveInsertByIdOperation.InsertByIdWithExpiry<T>
,ReactiveInsertByIdOperation.ReactiveInsertById<T>
- Enclosing interface:
- ReactiveInsertByIdOperation
public static interface ReactiveInsertByIdOperation.InsertByIdWithOptions<T>
extends ReactiveInsertByIdOperation.TerminatingInsertById<T>, WithInsertOptions<T>
Fluent method to specify options.
-
Method Summary
Modifier and TypeMethodDescriptionwithOptions
(com.couchbase.client.java.kv.InsertOptions options) Fluent method to specify options to use for execution.Methods inherited from interface org.springframework.data.couchbase.core.ReactiveInsertByIdOperation.TerminatingInsertById
all, one
-
Method Details
-
withOptions
ReactiveInsertByIdOperation.TerminatingInsertById<T> withOptions(com.couchbase.client.java.kv.InsertOptions options) Fluent method to specify options to use for execution.- Specified by:
withOptions
in interfaceWithInsertOptions<T>
- Parameters:
options
- to use for execution
-