13141516171819202122
/** * Closes all reactors and associated closeables, the plant scheduler and the * reactor thread pool. */ public static void close() throws Exception { final PlantImpl plantImpl = PlantImpl.getSingleton(); if (plantImpl != null) { plantImpl.close(); } }