| Modifier and Type | Method and Description |
|---|---|
static reactor.core.publisher.Mono<String> |
readFileFromClasspath(String url)
Read a
ClassPathResource into a reactor.core.publisher.Mono. |
public static reactor.core.publisher.Mono<String> readFileFromClasspath(String url)
ClassPathResource into a reactor.core.publisher.Mono.url - the resource to readMono emitting the resources content or an empty Mono on errorCopyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.