6263646566676869707172
Runtime.getRuntime().addShutdownHook(new Thread() { @Override public void run() { subscribersCompiler.stopAll(); jetty.stop(); } }); } }