Package com.azure.core.http
Class HttpPipelineNextPolicy
java.lang.Object
com.azure.core.http.HttpPipelineNextPolicy
A type that invokes next policy in the pipeline.
-
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a new instance of this instance.process()Invokes the nextHttpPipelinePolicy.
-
Method Details
-
process
Invokes the nextHttpPipelinePolicy.- Returns:
- A publisher which upon subscription invokes next policy and emits response from the policy.
-
clone
Creates a new instance of this instance.
-