Package io.quarkus.flyway
Interface FlywayConfigurationCustomizer
-
public interface FlywayConfigurationCustomizerMeant to be implemented by a CDI bean that provides arbitrary customization for Flyway'sFluentConfigurationWhen used without a
FlywayDataSourcequalifier, the bean configured the Flyway object which is applied to the default datasource. If the qualifier is used, then only the Flyway object that applies to the corresponding named datasource will be configured by the customizer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcustomize(org.flywaydb.core.api.configuration.FluentConfiguration configuration)
-