@FunctionalInterface public interface HttpPipelinePolicy
| Modifier and Type | Method and Description |
|---|---|
Mono<HttpResponse> |
process(HttpPipelineCallContext context,
HttpPipelineNextPolicy next)
Process provided request context and invokes the next policy.
|
Mono<HttpResponse> process(HttpPipelineCallContext context, HttpPipelineNextPolicy next)
context - request contextnext - the next policy to invokeCopyright © 2019 Microsoft Corporation. All rights reserved.