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.
- Since:
- 2.0
- Author:
- Christoph Strobl
-
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 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:
withOptionsin interfaceWithInsertOptions<T>- Parameters:
options- to use for execution
-