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.
-
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 org.springframework.data.couchbase.core.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:
withOptions
in interfaceWithExistsOptions
- Parameters:
options
- to use for execution
-