| Package | Description |
|---|---|
| org.flywaydb.core |
The main Flyway package and for most users, the only one they'll ever need to know about.
|
| org.flywaydb.core.api.configuration |
Interfaces for Flyway configuration injection.
|
| Modifier and Type | Method and Description |
|---|---|
ErrorHandler[] |
Flyway.getErrorHandlers() |
| Modifier and Type | Method and Description |
|---|---|
void |
Flyway.setErrorHandlers(ErrorHandler... errorHandlers)
Handlers for errors and warnings that occur during a migration.
|
| Modifier and Type | Method and Description |
|---|---|
ErrorHandler[] |
FlywayConfiguration.getErrorHandlers()
Handlers for errors and warnings that occur during a migration.
|
Copyright © 2017. All rights reserved.