logger.info(String.format("Shutdown graph [%s]. It is no longer configured.", graphToKill));
}
}
// build configurations for the new/different graph configurations only
final GraphConfigurationContainer container = new GraphConfigurationContainer(differentConfigs);
final Map<String, RexsterApplicationGraph> configuredGraphs = container.getApplicationGraphs();
graphs.putAll(configuredGraphs);
// the current configuration becomes the new "previous" configuration for future evaluations on
// what things have changed in the config