Interface ReactiveFindByIdOperation.FindByIdWithOptions<T>
- Type Parameters:
T- the entity type to use for the results.
- All Superinterfaces:
OneAndAllIdReactive<T>,ReactiveFindByIdOperation.TerminatingFindById<T>,WithGetOptions<T>
- All Known Subinterfaces:
ReactiveFindByIdOperation.FindByIdInCollection<T>,ReactiveFindByIdOperation.FindByIdInScope<T>,ReactiveFindByIdOperation.FindByIdWithExpiry<T>,ReactiveFindByIdOperation.FindByIdWithLock<T>,ReactiveFindByIdOperation.FindByIdWithProjection<T>,ReactiveFindByIdOperation.ReactiveFindById<T>
- Enclosing interface:
- ReactiveFindByIdOperation
public static interface ReactiveFindByIdOperation.FindByIdWithOptions<T>
extends ReactiveFindByIdOperation.TerminatingFindById<T>, WithGetOptions<T>
Fluent method to specify options.
-
Method Summary
Modifier and TypeMethodDescriptionwithOptions(com.couchbase.client.java.kv.GetOptions options) Fluent method to specify options to use for executionMethods inherited from interface org.springframework.data.couchbase.core.ReactiveFindByIdOperation.TerminatingFindById
all, one
-
Method Details
-
withOptions
ReactiveFindByIdOperation.TerminatingFindById<T> withOptions(com.couchbase.client.java.kv.GetOptions options) Fluent method to specify options to use for execution- Specified by:
withOptionsin interfaceWithGetOptions<T>- Parameters:
options- options to use for execution
-