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
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceProvides methods for constructing remove operations in a fluent way.static interfaceFluent method to specify the collection.static interfaceFluent method to specify the scope.static interfacestatic interfacestatic interfaceFluent method to specify options.static interfaceTerminating 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.
-