Interface ReactiveFindFromReplicasByIdOperation.TerminatingFindFromReplicasById<T>
- All Superinterfaces:
AnyIdReactive<T>
- All Known Subinterfaces:
ReactiveFindFromReplicasByIdOperation.FindFromReplicasByIdInCollection<T>, ReactiveFindFromReplicasByIdOperation.FindFromReplicasByIdInScope<T>, ReactiveFindFromReplicasByIdOperation.FindFromReplicasByIdWithOptions<T>, ReactiveFindFromReplicasByIdOperation.ReactiveFindFromReplicasById<T>
- Enclosing interface:
ReactiveFindFromReplicasByIdOperation
public static interface ReactiveFindFromReplicasByIdOperation.TerminatingFindFromReplicasById<T>
extends AnyIdReactive<T>
Terminating operations invoking the actual get execution.
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Method Summary
-
Method Details
-
any
-
any
Finds a list of documents based on the given IDs.- Specified by:
anyin interfaceAnyIdReactive<T>- Parameters:
ids- the document ID ids.- Returns:
- the list of found entities.
-