Class HttpPipelineNextPolicy

java.lang.Object
com.azure.core.http.HttpPipelineNextPolicy

public class HttpPipelineNextPolicy extends Object
A type that invokes next policy in the pipeline.
  • Method Details

    • process

      public Mono<HttpResponse> process()
      Invokes the next HttpPipelinePolicy.
      Returns:
      A publisher which upon subscription invokes next policy and emits response from the policy.
    • clone

      public HttpPipelineNextPolicy clone()
      Creates a new instance of this instance.
      Overrides:
      clone in class Object
      Returns:
      A new instance of this next pipeline policy.