When using the method, make sure that the RetrySettings are complete. For example,
the following code will disable retries because the retry delay is not set:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["The latest version of the ServerStreamingCallSettings.Builder is 2.63.1, but many other versions are available, ranging from 2.62.0 down to 2.7.1, providing options for different dependencies and compatibilities."],["ServerStreamingCallSettings.Builder extends StreamingCallSettings.Builder, and ultimately inherits from java.lang.Object, offering methods such as build(), and various other inherited functionality."],["This class supports the customization of retry behavior through methods like `setRetrySettings`, `setRetryableCodes`, and `retrySettings`, allowing configuration of how the system handles transient failures and retries."],["The class allows for the configuration of idle timeouts using the `setIdleTimeout` method, which can control the duration of inactivity before actions are taken, and also provides the option to disable the watchdog with Duration.ZERO."],["The `setResumptionStrategy` method enables customization of stream resumption behavior, defining how the system attempts to recover from stream interruptions, alongside the use of `getResumptionStrategy` to see the current setting."]]],[]]