Interface RecoveryListener


public interface RecoveryListener
An interface for monitoring new failures and recoveries related to ResilientOutputStreamBase.
Since:
1.3.0
Author:
ceki
  • Method Details

    • newFailure

      void newFailure(IOException e)
    • recoveryOccured

      void recoveryOccured()