Interface ReactiveFindFromReplicasByIdOperation.FindFromReplicasByIdInScope<T>
- Type Parameters:
T- the entity type to use for the results.
- All Superinterfaces:
AnyIdReactive<T>, InCollection<T>, InScope<T>, ReactiveFindFromReplicasByIdOperation.FindFromReplicasByIdInCollection<T>, ReactiveFindFromReplicasByIdOperation.FindFromReplicasByIdWithOptions<T>, ReactiveFindFromReplicasByIdOperation.TerminatingFindFromReplicasById<T>, WithGetAnyReplicaOptions<T>
- All Known Subinterfaces:
ReactiveFindFromReplicasByIdOperation.ReactiveFindFromReplicasById<T>
- Enclosing interface:
ReactiveFindFromReplicasByIdOperation
public static interface ReactiveFindFromReplicasByIdOperation.FindFromReplicasByIdInScope<T>
extends ReactiveFindFromReplicasByIdOperation.FindFromReplicasByIdInCollection<T>, InScope<T>
Fluent method to specify the scope.
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Method Summary
Modifier and TypeMethodDescriptionWith a different scopeMethods inherited from interface ReactiveFindFromReplicasByIdOperation.FindFromReplicasByIdInCollection
inCollectionMethods inherited from interface ReactiveFindFromReplicasByIdOperation.FindFromReplicasByIdWithOptions
withOptionsMethods inherited from interface ReactiveFindFromReplicasByIdOperation.TerminatingFindFromReplicasById
any, any
-
Method Details
-
inScope
-