-
public interface RecoveryListener
An interface for monitoring new failures and recoveries related toResilientOutputStreamBase.- Since:
- 1.3.0
- Author:
- ceki
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnewFailure(IOException e)voidrecoveryOccured()
-
-
-
Method Detail
-
newFailure
void newFailure(IOException e)
-
recoveryOccured
void recoveryOccured()
-
-