133134135136137138139140141142143
lifecycle.stop(); } else { log.info("Killing service."); stoppingTime = System.currentTimeMillis(); if (async) { killable.killAsync(); } else { killable.kill(); } } long stoppedTime = System.currentTimeMillis();