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