onCommittingFinished abstract method

void onCommittingFinished(
  1. int number,
  2. int total
)

Occurs when the migration process completes with the specified number of successful migrations out of the total number of migrations to be committed.

Implementation

void onCommittingFinished(final int number, final int total);