| 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.callback |
Interfaces for Flyway lifecycle callbacks.
|
| org.flywaydb.core.api.configuration |
Interfaces for Flyway configuration injection.
|
| Modifier and Type | Method | Description |
|---|---|---|
FlywayCallback[] |
Flyway.getCallbacks() |
Gets the callbacks for lifecycle notifications.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Flyway.setCallbacks(FlywayCallback... callbacks) |
Set the callbacks for lifecycle notifications.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
BaseFlywayCallback |
Convenience base no-op implementation of FlywayCallback.
|
| Modifier and Type | Method | Description |
|---|---|---|
FlywayCallback[] |
FlywayConfiguration.getCallbacks() |
Gets the callbacks for lifecycle notifications.
|
Copyright © 2018. All rights reserved.