public static class ZookeeperConfiguration.ZKListener extends Object implements org.I0Itec.zkclient.IZkDataListener
| Constructor and Description |
|---|
ZKListener(String path,
ConfigurationChangeListener listener)
Instantiates a new Zk listener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
handleDataChange(String s,
Object o) |
void |
handleDataDeleted(String s) |
public ZKListener(String path, ConfigurationChangeListener listener)
path - the pathlistener - the listenerCopyright © 2023 Seata. All rights reserved.