onRollbackSucceeded abstract method

void onRollbackSucceeded(
  1. int number
)

Occurs when the rollback process succeeds with the specified number of rolled back migrations.

Implementation

void onRollbackSucceeded(final int number);