@FunctionalInterface public interface HttpPipelinePolicy
HttpPipeline.HttpPipeline| 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 invoke.Copyright © 2019 Microsoft Corporation. All rights reserved.