Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
igorbernstein2 committed Apr 1, 2020
1 parent effa1de commit 5f245c9
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -184,6 +184,11 @@ public Set<StatusCode.Code> getRetryableCodes() {
return this.retryableCodes;
}

/**
* Returns an immutable {@link RetrySettings} currently set in this Builder.
*
* <p>Unlike {@link #retrySettings()}, objects returned by this method are frozen in time.
*/
public RetrySettings getRetrySettings() {
return this.retrySettingsBuilder.build();
}
Expand Down

0 comments on commit 5f245c9

Please sign in to comment.