Class ReactiveRangeScanOperationSupport
java.lang.Object
org.springframework.data.couchbase.core.ReactiveRangeScanOperationSupport
- All Implemented Interfaces:
ReactiveRangeScanOperation
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.data.couchbase.core.ReactiveRangeScanOperation
ReactiveRangeScanOperation.RangeScanConsistentWith<T>, ReactiveRangeScanOperation.RangeScanInCollection<T>, ReactiveRangeScanOperation.RangeScanInScope<T>, ReactiveRangeScanOperation.RangeScanWithBatchByteLimit<T>, ReactiveRangeScanOperation.RangeScanWithBatchItemLimit<T>, ReactiveRangeScanOperation.RangeScanWithOptions<T>, ReactiveRangeScanOperation.RangeScanWithProjection<T>, ReactiveRangeScanOperation.RangeScanWithSort<T>, ReactiveRangeScanOperation.ReactiveRangeScan<T>, ReactiveRangeScanOperation.TerminatingRangeScan<T>
-
Method Summary
Modifier and TypeMethodDescriptionLoads a document from a bucket.
-
Method Details
-
rangeScan
Description copied from interface:ReactiveRangeScanOperation
Loads a document from a bucket.- Specified by:
rangeScan
in interfaceReactiveRangeScanOperation
- Parameters:
domainType
- the entity type to use for the results.
-