Interface ReactiveFindByQueryOperation.FindByQueryWithOptions<T>
- Type Parameters:
T- the entity type to use for the results.
- All Superinterfaces:
OneAndAllReactive<T>, ReactiveFindByQueryOperation.FindByQueryWithQuery<T>, ReactiveFindByQueryOperation.TerminatingFindByQuery<T>, WithQuery<T>, WithQueryOptions<T>
- All Known Subinterfaces:
ReactiveFindByQueryOperation.FindByQueryConsistentWith<T>, ReactiveFindByQueryOperation.FindByQueryInCollection<T>, ReactiveFindByQueryOperation.FindByQueryInScope<T>, ReactiveFindByQueryOperation.FindByQueryWithConsistency<T>, ReactiveFindByQueryOperation.FindByQueryWithDistinct<T>, ReactiveFindByQueryOperation.FindByQueryWithProjecting<T>, ReactiveFindByQueryOperation.FindByQueryWithProjection<T>, ReactiveFindByQueryOperation.ReactiveFindByQuery<T>
- Enclosing interface:
ReactiveFindByQueryOperation
public static interface ReactiveFindByQueryOperation.FindByQueryWithOptions<T>
extends ReactiveFindByQueryOperation.FindByQueryWithQuery<T>, WithQueryOptions<T>
Fluent method to specify options.
- Author:
- Michael Nitschinger, Michael Reiche
-
Method Summary
Modifier and TypeMethodDescriptionwithOptions(com.couchbase.client.java.query.QueryOptions options) Specify optionsMethods inherited from interface ReactiveFindByQueryOperation.FindByQueryWithQuery
matching, matching
-
Method Details
-
withOptions
ReactiveFindByQueryOperation.TerminatingFindByQuery<T> withOptions(com.couchbase.client.java.query.QueryOptions options) Description copied from interface:WithQueryOptionsSpecify options- Specified by:
withOptionsin interfaceWithQueryOptions<T>- Parameters:
options- options to use for execution
-