Interface MigrationEntry

  • All Superinterfaces:
    Serializable
    All Known Implementing Classes:
    MigrationEntryImpl

    public interface MigrationEntry
    extends Serializable
    Single migration step information. Includes message, timestamp and type (INFO, WARN, ERROR)
    • Method Detail

      • getTimestamp

        Date getTimestamp()
        Return timestamp of the entry - when it was created
        Returns:
        entry timestamp
      • getMessage

        String getMessage()
        Returns actual message of the entry
        Returns:
        entry message
      • getType

        String getType()
        Returns type of the entry - INFO, WARN, ERROR
        Returns:
        entry