public interface ISrvAppServerStopper
void stop()
This method is the same as calling stop(true)
.
void stop(boolean sync)
sync
- whether the stop call should block until server is stopped
The caller must ensure that this value is false if running from a thread
which must be joined during server stop.Copyright © 2019 Neeve Research, LLC. All Rights Reserved.