1 2 3 4 5 6
package com.keuin.kbackupfabric.operation.backup.feedback; public interface BackupFeedback { String getFeedback(); boolean isSuccess(); }