Interface Retry.BuilderDone

  • Enclosing class:
    Retry

    public static interface Retry.BuilderDone
    • Method Detail

      • createFactory

        Retry.RetryFactory createFactory()
        Create a RetryFactory from this builder which can be used to create many Retry objects with the same settings.
        Returns:
        this builder as a factory; intermediate references to this builder cannot be used to change options after this has been called
      • createRetry

        Retry createRetry()
        Create a single Retry object with the currently configured builder settings.
        Returns:
        a retry object from this builder's settings