FlywayConfiguration.

Callbacks Property

Summary

This allows you to tie in custom code and logic to the Flyway lifecycle notifications (default: empty).

Set this to a list of fully qualified FlywayCallback class name implementations
Assembly
Cake.Flyway.dll
Namespace
Cake.Flyway
Containing Type
FlywayConfiguration

Syntax

public IList<string> Callbacks { get; }

Value

Type Description
IList<string>