onRollbackStarted abstract method

void onRollbackStarted(
  1. int number
)

Occurs when the rollback process starts with the specified number of migrations to be rolled back.

Implementation

void onRollbackStarted(final int number);