@FunctionalInterface
public static interface JdbcIO.RetryStrategy
extends java.io.Serializable
SQLException occurs. If
 apply(SQLException) returns true, JdbcIO.Write tries to replay the
 statements.| Modifier and Type | Method and Description | 
|---|---|
| boolean | apply(java.sql.SQLException sqlException) |