接口 ConnectionStateListener
-
public interface ConnectionStateListener
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voidstateChanged(io.etcd.jetcd.Client client, int newState)Called when there is a state change in the connection
-
public interface ConnectionStateListener
| 修饰符和类型 | 方法 | 说明 |
|---|---|---|
void |
stateChanged(io.etcd.jetcd.Client client,
int newState) |
Called when there is a state change in the connection
|