jira-importer commented on issue #578: URL: https://github.com/apache/curator/issues/578#issuecomment-2604699551
<i><a href="https://issues.apache.org/jira/secure/ViewProfile.jspa?name=benjamin.jaton">benjamin.jaton</a>:</i> <p>I believe the Stat object is already available in the event through event.getData().getStat():</p> <p>@Override<br/> public void childEvent(CuratorFramework curator, PathChildrenCacheEvent event) throws Exception {<br/> System.out.println("CZXID="+ event.getData().getStat().getCzxid());<br/> // more stuff<br/> }</p> <p>Am I missing something?</p> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@curator.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org