Interface ReactiveRangeScanOperation
- All Known Subinterfaces:
ReactiveCouchbaseOperations,ReactiveFluentCouchbaseOperations
- All Known Implementing Classes:
ReactiveCouchbaseTemplate,ReactiveRangeScanOperationSupport
public interface ReactiveRangeScanOperation
Get Operations
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceFluent method to specify scan consistency.static interfaceFluent method to specify the collection.static interfaceFluent method to specify the scope.static interfacestatic interfacestatic interfaceFluent method to specify options.static interfaceFluent method to specify a return type different than the the entity type to use for the results.static interfacestatic interfaceProvides methods for constructing query operations in a fluent way.static interfaceTerminating operations invoking the actual execution. -
Method Summary
Modifier and TypeMethodDescriptionLoads a document from a bucket.
-
Method Details
-
rangeScan
Loads a document from a bucket.- Parameters:
domainType- the entity type to use for the results.
-