Interface ReactiveFindFromReplicasByIdOperation.FindFromReplicasByIdInCollection<T>
- Type Parameters:
T
- the entity type to use for the results.
- All Superinterfaces:
AnyIdReactive<T>
,InCollection<T>
,ReactiveFindFromReplicasByIdOperation.FindFromReplicasByIdWithOptions<T>
,ReactiveFindFromReplicasByIdOperation.TerminatingFindFromReplicasById<T>
,WithGetAnyReplicaOptions<T>
- All Known Subinterfaces:
ReactiveFindFromReplicasByIdOperation.FindFromReplicasByIdInScope<T>
,ReactiveFindFromReplicasByIdOperation.ReactiveFindFromReplicasById<T>
- Enclosing interface:
- ReactiveFindFromReplicasByIdOperation
public static interface ReactiveFindFromReplicasByIdOperation.FindFromReplicasByIdInCollection<T>
extends ReactiveFindFromReplicasByIdOperation.FindFromReplicasByIdWithOptions<T>, InCollection<T>
Fluent method to specify the collection.
-
Method Summary
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveFindFromReplicasByIdOperation.FindFromReplicasByIdWithOptions
withOptions
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveFindFromReplicasByIdOperation.TerminatingFindFromReplicasById
any, any
-
Method Details
-
inCollection
ReactiveFindFromReplicasByIdOperation.FindFromReplicasByIdWithOptions<T> inCollection(String collection) With a different collection- Specified by:
inCollection
in interfaceInCollection<T>
- Parameters:
collection
- the collection to use.
-