| Package | Description |
|---|---|
| com.azure.core.util |
Package containing core utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Flux<T> |
FluxUtil.fluxError(ClientLogger logger,
RuntimeException ex)
Propagates a
RuntimeException through the error channel of Flux. |
static <T> Mono<T> |
FluxUtil.monoError(ClientLogger logger,
RuntimeException ex)
Propagates a
RuntimeException through the error channel of Mono. |
static <T> PagedFlux<T> |
FluxUtil.pagedFluxError(ClientLogger logger,
RuntimeException ex)
Propagates a
RuntimeException through the error channel of PagedFlux. |
Copyright © 2020 Microsoft Corporation. All rights reserved.