T - - the entity classpublic interface AnyIdReactive<T>
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<? extends T> |
any(Collection<String> ids) |
reactor.core.publisher.Mono<T> |
any(String id) |
reactor.core.publisher.Flux<? extends T> any(Collection<String> ids)
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.