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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
     
    void
    registerCallbacks(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, wait

    Methods 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:
      handleEvent in interface org.flywaydb.core.internal.nc.CallbackHandler
    • registerCallbacks

      public void registerCallbacks(Collection<org.flywaydb.core.api.resource.LoadableResourceMetadata> resources)
      Specified by:
      registerCallbacks in interface org.flywaydb.core.internal.nc.CallbackHandler