T - the entity type to use for the results.public static interface ReactiveFindByIdOperation.TerminatingFindById<T> extends OneAndAllIdReactive<T>
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<? extends T> |
all(Collection<String> ids)
Finds a list of documents based on the given IDs.
|
reactor.core.publisher.Mono<T> |
one(String id)
Finds one document based on the given ID.
|
reactor.core.publisher.Mono<T> one(String id)
one in interface OneAndAllIdReactive<T>id - the document ID.reactor.core.publisher.Flux<? extends T> all(Collection<String> ids)
all in interface OneAndAllIdReactive<T>ids - the document ID ids.Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.