onCommittingStarted abstract method

void onCommittingStarted(
  1. int number
)

Occurs when the migration committing process starts to handle the specified number of migrations.

Implementation

void onCommittingStarted(final int number);