Interface ReactiveMutateInByIdOperation.MutateInByIdWithOptions<T>
- Type Parameters:
T- the entity type to use.
- All Superinterfaces:
OneAndAllEntityReactive<T>,ReactiveMutateInByIdOperation.MutateInByIdWithPaths<T>,ReactiveMutateInByIdOperation.TerminatingMutateInById<T>,WithMutateInOptions<T>,WithMutateInPaths<T>
- All Known Subinterfaces:
ReactiveMutateInByIdOperation.MutateInByIdInCollection<T>,ReactiveMutateInByIdOperation.MutateInByIdInScope<T>,ReactiveMutateInByIdOperation.MutateInByIdWithDurability<T>,ReactiveMutateInByIdOperation.MutateInByIdWithExpiry<T>,ReactiveMutateInByIdOperation.ReactiveMutateInById<T>
- Enclosing interface:
- ReactiveMutateInByIdOperation
public static interface ReactiveMutateInByIdOperation.MutateInByIdWithOptions<T>
extends ReactiveMutateInByIdOperation.MutateInByIdWithPaths<T>, WithMutateInOptions<T>
Fluent method to specify options.
-
Method Summary
Modifier and TypeMethodDescriptionwithOptions(com.couchbase.client.java.kv.MutateInOptions options) Fluent method to specify options to use for executionMethods inherited from interface org.springframework.data.couchbase.core.ReactiveMutateInByIdOperation.MutateInByIdWithPaths
withCasProvided, withInsertPaths, withRemovePaths, withReplacePaths, withUpsertPathsMethods inherited from interface org.springframework.data.couchbase.core.ReactiveMutateInByIdOperation.TerminatingMutateInById
all, one
-
Method Details
-
withOptions
ReactiveMutateInByIdOperation.TerminatingMutateInById<T> withOptions(com.couchbase.client.java.kv.MutateInOptions options) Fluent method to specify options to use for execution- Specified by:
withOptionsin interfaceWithMutateInOptions<T>- Parameters:
options- to use for execution
-