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.
-
Method Summary
Modifier and TypeMethodDescriptionwithOptions
(com.couchbase.client.java.kv.UpsertOptions options) Fluent method to specify options to use for executionMethods inherited from interface org.springframework.data.couchbase.core.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:
withOptions
in interfaceWithUpsertOptions<T>
- Parameters:
options
- to use for execution
-