Comma-separated list of fully qualified class names of Callback implementations to use to hook into the MigrateDB lifecycle, or packages to scan for these classes.
Note: SQL callbacks matching the correct name pattern are loaded from locations ( see Callbacks). This configuration parameter is only used for loading java callbacks. To disable loading sql callbacks, see skipDefaultCallbacks.
db/callback
migratedb.callbacks=my.callback.MigrateDBCallback
MigrateDb.configure()
.callbacks("my.callback.MigrateDBCallback")
.load()