Interface ReactiveMutateInByIdOperation.ReactiveMutateInById<T>
- Type Parameters:
T- the entity type to upsert
- All Superinterfaces:
InCollection<Object>, InScope<Object>, OneAndAllEntityReactive<T>, ReactiveMutateInByIdOperation.MutateInByIdInCollection<T>, ReactiveMutateInByIdOperation.MutateInByIdInScope<T>, ReactiveMutateInByIdOperation.MutateInByIdWithDurability<T>, ReactiveMutateInByIdOperation.MutateInByIdWithExpiry<T>, ReactiveMutateInByIdOperation.MutateInByIdWithOptions<T>, ReactiveMutateInByIdOperation.MutateInByIdWithPaths<T>, ReactiveMutateInByIdOperation.TerminatingMutateInById<T>, WithDurability<T>, WithExpiry<T>, WithMutateInOptions<T>, WithMutateInPaths<T>
- Enclosing interface:
ReactiveMutateInByIdOperation
public static interface ReactiveMutateInByIdOperation.ReactiveMutateInById<T>
extends ReactiveMutateInByIdOperation.MutateInByIdWithExpiry<T>
Provides methods for constructing KV operations in a fluent way.
- Since:
- 5.1
- Author:
- Tigran Babloyan
-
Method Summary
Methods inherited from interface ReactiveMutateInByIdOperation.MutateInByIdInCollection
inCollectionMethods inherited from interface ReactiveMutateInByIdOperation.MutateInByIdInScope
inScopeMethods inherited from interface ReactiveMutateInByIdOperation.MutateInByIdWithDurability
withDurability, withDurabilityMethods inherited from interface ReactiveMutateInByIdOperation.MutateInByIdWithExpiry
withExpiryMethods inherited from interface ReactiveMutateInByIdOperation.MutateInByIdWithOptions
withOptionsMethods inherited from interface ReactiveMutateInByIdOperation.MutateInByIdWithPaths
withCasProvided, withInsertPaths, withRemovePaths, withReplacePaths, withUpsertPathsMethods inherited from interface ReactiveMutateInByIdOperation.TerminatingMutateInById
all, one