Uses of Interface
org.flywaydb.core.api.errorhandler.Context
-
Packages that use Context Package Description org.flywaydb.core.api.errorhandler Interfaces for handling errors that occur during migration. -
-
Uses of Context in org.flywaydb.core.api.errorhandler
Methods in org.flywaydb.core.api.errorhandler with parameters of type Context Modifier and Type Method Description booleanErrorHandler. handle(Context context)Deprecated.Handles warnings and errors that occurred during a migration.
-