public abstract static class JdbcIO.RetryConfiguration
extends java.lang.Object
implements java.io.Serializable
JdbcIO. The retry configuration
 accepts maxAttempts and maxDuration for FluentBackoff.| Constructor and Description | 
|---|
| RetryConfiguration() | 
| Modifier and Type | Method and Description | 
|---|---|
| static JdbcIO.RetryConfiguration | create(int maxAttempts,
      @Nullable Duration maxDuration,
      @Nullable Duration initialDuration) | 
public static JdbcIO.RetryConfiguration create(int maxAttempts, @Nullable Duration maxDuration, @Nullable Duration initialDuration)