@FunctionalInterface public static interface MonitoringZookeeperConnection.NodeChangeListener
| Modifier and Type | Method and Description |
|---|---|
void |
changed(String name,
InputStream inputStream)
Called when a ZooKeeper node is mutated.
|
void changed(String name, InputStream inputStream)
name - Name of the node.inputStream - Input stream containing the changed data.Copyright © 2015–2019 Lable. All rights reserved.