T - the entity type to use for the results.public static interface ReactiveFindByIdOperation.FindByIdWithOptions<T> extends ReactiveFindByIdOperation.TerminatingFindById<T>, WithGetOptions<T>
| Modifier and Type | Method and Description |
|---|---|
ReactiveFindByIdOperation.TerminatingFindById<T> |
withOptions(com.couchbase.client.java.kv.GetOptions options)
Fluent method to specify options to use for execution
|
all, oneReactiveFindByIdOperation.TerminatingFindById<T> withOptions(com.couchbase.client.java.kv.GetOptions options)
withOptions in interface WithGetOptions<T>options - options to use for executionCopyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.