Interface ReactiveMutateInByIdOperation
- All Known Subinterfaces:
ReactiveCouchbaseOperations
,ReactiveFluentCouchbaseOperations
- All Known Implementing Classes:
ReactiveCouchbaseTemplate
,ReactiveMutateInByIdOperationSupport
public interface ReactiveMutateInByIdOperation
Mutate In Operations
- Since:
- 5.1
- Author:
- Tigran Babloyan
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Fluent method to specify the collection.static interface
Fluent method to specify the scope.static interface
static interface
static interface
Fluent method to specify options.static interface
static interface
Provides methods for constructing KV operations in a fluent way.static interface
Terminating operations invoking the actual execution. -
Method Summary
-
Method Details
-
mutateInById
Mutate using the KV service.- Parameters:
domainType
- the entity type to mutate.
-