Interface ReactiveExistsByIdOperation.ExistsByIdWithOptions
- All Superinterfaces:
OneAndAllExistsReactive, ReactiveExistsByIdOperation.TerminatingExistsById, WithExistsOptions
- All Known Subinterfaces:
ReactiveExistsByIdOperation.ExistsByIdInCollection, ReactiveExistsByIdOperation.ExistsByIdInScope, ReactiveExistsByIdOperation.ReactiveExistsById
- Enclosing interface:
ReactiveExistsByIdOperation
public static interface ReactiveExistsByIdOperation.ExistsByIdWithOptions
extends ReactiveExistsByIdOperation.TerminatingExistsById, WithExistsOptions
Fluent method to specify options.
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Method Summary
Modifier and TypeMethodDescriptionwithOptions(com.couchbase.client.java.kv.ExistsOptions options) Fluent method to specify options to use for execution.Methods inherited from interface ReactiveExistsByIdOperation.TerminatingExistsById
all, one
-
Method Details
-
withOptions
ReactiveExistsByIdOperation.TerminatingExistsById withOptions(com.couchbase.client.java.kv.ExistsOptions options) Fluent method to specify options to use for execution.- Specified by:
withOptionsin interfaceWithExistsOptions- Parameters:
options- to use for execution
-