Interface RecoveryCanBeginListener
-
public interface RecoveryCanBeginListener
Used internally to indicate when connection recovery can begin. This is package-local by design.- See Also:
- Issue 135 on GitHub
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
recoveryCanBegin(ShutdownSignalException cause)
-
-
-
Method Detail
-
recoveryCanBegin
void recoveryCanBegin(ShutdownSignalException cause)
-
-