forked from External/mage
Some fixes to reconnect handling.
This commit is contained in:
parent
dc1f3ff3d8
commit
2835a4e152
3 changed files with 24 additions and 4 deletions
|
|
@ -42,6 +42,8 @@ public interface Connect {
|
|||
|
||||
void disconnect(boolean showMessage);
|
||||
|
||||
void reconnect(Throwable throwable);
|
||||
|
||||
boolean ping();
|
||||
|
||||
boolean isConnected();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue