Interface ReactiveRemoveByIdOperation
- All Known Subinterfaces:
ReactiveCouchbaseOperations
,ReactiveFluentCouchbaseOperations
- All Known Implementing Classes:
ReactiveCouchbaseTemplate
,ReactiveRemoveByIdOperationSupport
public interface ReactiveRemoveByIdOperation
Remove Operations on KV service.
- Since:
- 2.0
- Author:
- Christoph Strobl, Michael Reiche
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Provides methods for constructing remove operations in a fluent way.static 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
Terminating operations invoking the actual execution. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.removeById
(Class<?> domainType) Removes a document.
-
Method Details
-
removeById
Deprecated.Removes a document. -
removeById
Removes a document.
-