Interface HttpPolicyProvider

All Known Subinterfaces:
AfterRetryPolicyProvider, BeforeRetryPolicyProvider
All Known Implementing Classes:
OpenTelemetryHttpPolicy

public interface HttpPolicyProvider
Implementing classes automatically provide policies.
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates the policy.
  • Method Details

    • create

      Creates the policy.
      Returns:
      the policy that was created.