Interface BackupSender

  • All Known Implementing Classes:
    BackupSenderImpl

    public interface BackupSender
    Component responsible with sending backup data to remote sites. The send operation is executed async, it's up to the caller to wait on the returned BackupResponse in the case it wants an sync call.
    Since:
    5.2
    Author:
    Mircea Markus
    See Also:
    BackupResponse