Interface ReactiveFindByAnalyticsOperation
- All Known Subinterfaces:
ReactiveCouchbaseOperations
,ReactiveFluentCouchbaseOperations
- All Known Implementing Classes:
ReactiveCouchbaseTemplate
,ReactiveFindByAnalyticsOperationSupport
public interface ReactiveFindByAnalyticsOperation
FindByAnalytics Operations
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Deprecated.static interface
Fluent method to specify the collection.static interface
Fluent method to specify the scope.static interface
static interface
Fluent method to specify options.static interface
Result type override (Optional).static interface
static interface
static interface
Terminating operations invoking the actual execution. -
Method Summary
Modifier and TypeMethodDescriptionfindByAnalytics
(Class<T> domainType) Queries the analytics service.
-
Method Details
-
findByAnalytics
<T> ReactiveFindByAnalyticsOperation.ReactiveFindByAnalytics<T> findByAnalytics(Class<T> domainType) Queries the analytics service.- Parameters:
domainType
- the entity type to use for the results.
-