public static interface RequestExecutor.ResumeHandler extends RequestExecutor.ErrorHandler
RequestExecutor.resume(String, int, ResumeHandler)
request.Modifier and Type | Method and Description |
---|---|
void |
handleComplete(String command,
Long rowsAffected,
Long insertedOid,
RowDataSet rows,
List<Notice> notices) |
void |
handleSuspend(RowDataSet rows,
List<Notice> notices) |
handleError
void handleComplete(String command, Long rowsAffected, Long insertedOid, RowDataSet rows, List<Notice> notices) throws IOException
IOException
void handleSuspend(RowDataSet rows, List<Notice> notices) throws IOException
IOException