Class AMSShutdownManager

java.lang.Object
io.antmedia.shutdown.AMSShutdownManager

public class AMSShutdownManager extends Object
  • Field Details

    • logger

      protected org.slf4j.Logger logger
    • instance

      private static AMSShutdownManager instance
    • isShuttingDown

      private volatile boolean isShuttingDown
    • listeners

      private Queue<IShutdownListener> listeners
  • Constructor Details

    • AMSShutdownManager

      private AMSShutdownManager()
  • Method Details