Package org.flywaydb.nc.callbacks
Class NativeConnectorsCallbackHandler
java.lang.Object
org.flywaydb.nc.callbacks.NativeConnectorsCallbackHandler
- All Implemented Interfaces:
Comparable<org.flywaydb.core.extensibility.Plugin>,org.flywaydb.core.extensibility.Plugin,org.flywaydb.core.internal.nc.CallbackHandler
public class NativeConnectorsCallbackHandler
extends Object
implements org.flywaydb.core.internal.nc.CallbackHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleEvent(org.flywaydb.core.api.callback.Event event, org.flywaydb.core.internal.nc.NativeConnectorsDatabase database, org.flywaydb.core.api.configuration.Configuration configuration, org.flywaydb.core.internal.parser.ParsingContext parsingContext) voidregisterCallbacks(Collection<org.flywaydb.core.api.resource.LoadableResourceMetadata> resources) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flywaydb.core.extensibility.Plugin
compareTo, copy, getName, getPluginVersion, getPriority, isEnabled, isLicensed
-
Constructor Details
-
NativeConnectorsCallbackHandler
public NativeConnectorsCallbackHandler()
-
-
Method Details
-
handleEvent
public void handleEvent(org.flywaydb.core.api.callback.Event event, org.flywaydb.core.internal.nc.NativeConnectorsDatabase database, org.flywaydb.core.api.configuration.Configuration configuration, org.flywaydb.core.internal.parser.ParsingContext parsingContext) - Specified by:
handleEventin interfaceorg.flywaydb.core.internal.nc.CallbackHandler
-
registerCallbacks
public void registerCallbacks(Collection<org.flywaydb.core.api.resource.LoadableResourceMetadata> resources) - Specified by:
registerCallbacksin interfaceorg.flywaydb.core.internal.nc.CallbackHandler
-