Interface TemporarilyDownConnection.EventuallyUpListener
- Enclosing interface:
TemporarilyDownConnection
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Callback interface to perform any action when the connection is eventually up.
- Since:
- 4.1.0
- Author:
- Guillermo Calvo
-
Method Summary
Modifier and TypeMethodDescriptionvoidonConnectionInitialized(TemporarilyDownConnection connection) Reacts to a connection that is eventually up.
-
Method Details
-
onConnectionInitialized
Reacts to a connection that is eventually up.- Parameters:
connection- The connection that was temporarily down.- Throws:
Exception- if unable to perform the action (the exception will be ignored).
-