Uses of Interface
migratedb.v1.core.api.callback.Callback
Packages that use Callback
Package
Description
Interfaces for MigrateDB lifecycle callbacks.
Interfaces for MigrateDB configuration
Private API.
-
Uses of Callback in migratedb.v1.core.api.callback
Classes in migratedb.v1.core.api.callback that implement CallbackModifier and TypeClassDescriptionclassBase 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 CallbackModifier and TypeMethodDescriptionConfiguration.getCallbacks()DefaultConfiguration.getCallbacks()FluentConfiguration.getCallbacks()Methods in migratedb.v1.core.api.configuration with parameters of type CallbackModifier and TypeMethodDescriptionSet 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 CallbackModifier and TypeMethodDescriptionFluentConfiguration.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 CallbackMethods in migratedb.v1.core.internal.callback that return types with arguments of type CallbackConstructor parameters in migratedb.v1.core.internal.callback with type arguments of type CallbackModifierConstructorDescriptionDefaultCallbackExecutor(Configuration configuration, Database<?> database, Schema<?, ?> schema, Collection<Callback> callbacks) Creates a new callback executor.