| Package | Description |
|---|---|
| com.azure.core.http.policy |
Package containing HttpPipelinePolicy interface and its implementations.
|
| com.azure.core.util |
Package containing core utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
Mono<Void> |
HttpRequestLogger.logRequest(ClientLogger logger,
HttpRequestLoggingContext loggingOptions)
Logs the HTTP request.
|
Mono<HttpResponse> |
HttpResponseLogger.logResponse(ClientLogger logger,
HttpResponseLoggingContext loggingOptions)
Logs the HTTP response.
|
| 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 © 2021 Microsoft Corporation. All rights reserved.