Interface RequestRetryPolicyFactory

    • Method Detail

      • create

        RequestRetryPolicy create()
        Instantiate a new request retry policy instance. The policy may be either stateful or stateless, so depending on that the policy may be either instantiated as a singleton or once per request.
        Returns:
        new policy instance