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
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDeprecated.static interfaceFluent method to specify the collection.static interfaceFluent method to specify the scope.static interfacestatic interfaceFluent method to specify options.static interfaceResult type override (Optional).static interfacestatic interfacestatic interfaceTerminating 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.
-