Interface ReactiveUpsertByIdOperation.UpsertByIdWithOptions<T>
- Type Parameters:
T- the entity type to use.
- All Superinterfaces:
OneAndAllEntityReactive<T>, ReactiveUpsertByIdOperation.TerminatingUpsertById<T>, WithUpsertOptions<T>
- All Known Subinterfaces:
ReactiveUpsertByIdOperation.ReactiveUpsertById<T>, ReactiveUpsertByIdOperation.UpsertByIdInCollection<T>, ReactiveUpsertByIdOperation.UpsertByIdInScope<T>, ReactiveUpsertByIdOperation.UpsertByIdWithDurability<T>, ReactiveUpsertByIdOperation.UpsertByIdWithExpiry<T>
- Enclosing interface:
ReactiveUpsertByIdOperation
public static interface ReactiveUpsertByIdOperation.UpsertByIdWithOptions<T>
extends ReactiveUpsertByIdOperation.TerminatingUpsertById<T>, WithUpsertOptions<T>
Fluent method to specify options.
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Method Summary
Modifier and TypeMethodDescriptionwithOptions(com.couchbase.client.java.kv.UpsertOptions options) Fluent method to specify options to use for executionMethods inherited from interface ReactiveUpsertByIdOperation.TerminatingUpsertById
all, one
-
Method Details
-
withOptions
ReactiveUpsertByIdOperation.TerminatingUpsertById<T> withOptions(com.couchbase.client.java.kv.UpsertOptions options) Fluent method to specify options to use for execution- Specified by:
withOptionsin interfaceWithUpsertOptions<T>- Parameters:
options- to use for execution
-