@Override public void stop() throws Exception { super.stop(); if (stopCallback != null) { stopCallback.call(); } }
@Override public void stop() throws Exception { PropertyTimer.stopWork(); if (lines != null) lines.stream().forEach(line -> line.destroy()); MessageSystemManager.destroy(); super.stop(); }
@Override public void stop() throws Exception { if (appContext != null) { appContext.close(); } super.stop(); }
@Override public void stop() throws Exception { super.stop(); System.exit(0); }