The end of life (EOL) date for this module is on 31 January, 2020.
Connection conn = connect("geneos.cluster://localhost:2551"); conn.execute(DataSetQuery.create("//managedEntity"), new Callback<DataSetChange>() { public void callback(final DataSetChange change) { System.out.println(change); } }, ...