Interface RequestExecutor.ResumeHandler

    • Method Detail

      • handleComplete

        void handleComplete​(java.lang.String command,
                            java.lang.Long rowsAffected,
                            java.lang.Long insertedOid,
                            RowDataSet rows,
                            java.util.List<Notice> notices)
                     throws java.io.IOException
        Throws:
        java.io.IOException
      • handleSuspend

        void handleSuspend​(RowDataSet rows,
                           java.util.List<Notice> notices)
                    throws java.io.IOException
        Throws:
        java.io.IOException