Class MigrationSucceededEvent

All Implemented Interfaces:
Serializable

@AsynchronousPreferred public class MigrationSucceededEvent extends MigrationEndedEvent
Raised when database migration completes successfully. When this event is raised, the system is running on the new database.

This event is internally audited with CoverageLevel.BASE level.

See Also:
  • Constructor Details

    • MigrationSucceededEvent

      public MigrationSucceededEvent(@Nonnull Object source)