Uses of Interface
migratedb.v1.core.api.callback.Callback
-
Packages that use Callback Package Description migratedb.v1.core.api.callback Interfaces for MigrateDB lifecycle callbacks.migratedb.v1.core.api.configuration Interfaces for MigrateDB configurationmigratedb.v1.core.internal.callback Private API. -
-
Uses of Callback in migratedb.v1.core.api.callback
Classes in migratedb.v1.core.api.callback that implement Callback Modifier and Type Class Description classBaseCallbackBase implementation of Callback from which one can inherit. -
Uses of Callback in migratedb.v1.core.api.configuration
Methods in migratedb.v1.core.api.configuration that return types with arguments of type Callback Modifier and Type Method Description List<Callback>Configuration. getCallbacks()List<Callback>DefaultConfiguration. getCallbacks()List<Callback>FluentConfiguration. getCallbacks()Methods in migratedb.v1.core.api.configuration with parameters of type Callback Modifier and Type Method Description FluentConfigurationFluentConfiguration. callbacks(Callback... callbacks)Set the callbacks for lifecycle notifications.voidDefaultConfiguration. setCallbacks(Callback... callbacks)Set the callbacks for lifecycle notifications.Method parameters in migratedb.v1.core.api.configuration with type arguments of type Callback Modifier and Type Method Description FluentConfigurationFluentConfiguration. callbacks(Collection<Callback> callbacks)Set the callbacks for lifecycle notifications.voidDefaultConfiguration. setCallbacks(Collection<Callback> callbacks)Set the callbacks for lifecycle notifications. -
Uses of Callback in migratedb.v1.core.internal.callback
Classes in migratedb.v1.core.internal.callback that implement Callback Modifier and Type Class Description classNoopCallbackCallback that does nothing.Methods in migratedb.v1.core.internal.callback that return types with arguments of type Callback Modifier and Type Method Description List<Callback>SqlScriptCallbackFactory. getCallbacks()Constructor parameters in migratedb.v1.core.internal.callback with type arguments of type Callback Constructor Description DefaultCallbackExecutor(Configuration configuration, Database database, Schema schema, Collection<Callback> callbacks)Creates a new callback executor.
-