Class SpringMigrationStartedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
io.mongock.runner.spring.base.events.SpringMigrationStartedEvent
All Implemented Interfaces:
Serializable

public class SpringMigrationStartedEvent extends org.springframework.context.ApplicationEvent
See Also:
  • Constructor Details

    • SpringMigrationStartedEvent

      public SpringMigrationStartedEvent(Object source)
      Create a new ApplicationEvent.
      Parameters:
      source - the object on which the event initially occurred or with which the event is associated (never null)
  • Method Details