Package com.azure.core.http.policy
Interface HttpPolicyProvider
-
- All Known Subinterfaces:
AfterRetryPolicyProvider,BeforeRetryPolicyProvider
public interface HttpPolicyProviderImplementing classes automatically provide policies.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HttpPipelinePolicycreate()Creates the policy.
-
-
-
Method Detail
-
create
HttpPipelinePolicy create()
Creates the policy.- Returns:
- the policy that was created.
-
-