Class MigrationImportFinishedEvent

All Implemented Interfaces:
Serializable

@AsynchronousPreferred public class MigrationImportFinishedEvent extends MigrationExportFinishedEvent
Event that is raised when an Data Center Migration import has completed executing.

To determine whether the import has finished successfully, the state should be inspected.

Since:
5.13
See Also:
  • Constructor Details

    • MigrationImportFinishedEvent

      public MigrationImportFinishedEvent(@Nonnull Object source, @Nonnull Job job, long errorCount, long infoCount, long warningCount)