Class DefaultMethodRetryHandler

    • Constructor Detail

      • DefaultMethodRetryHandler

        public DefaultMethodRetryHandler()
        Deprecated.
    • Method Detail

      • isRequestSentRetryEnabled

        public boolean isRequestSentRetryEnabled()
        Deprecated.
        Returns:
        true if this handler will retry methods that have successfully sent their request, false otherwise
      • getRetryCount

        public int getRetryCount()
        Deprecated.
        Returns:
        the maximum number of times a method will be retried
      • setRequestSentRetryEnabled

        public void setRequestSentRetryEnabled​(boolean requestSentRetryEnabled)
        Deprecated.
        Parameters:
        requestSentRetryEnabled - a flag indicating if methods that have successfully sent their request should be retried
      • setRetryCount

        public void setRetryCount​(int retryCount)
        Deprecated.
        Parameters:
        retryCount - the maximum number of times a method can be retried