def stop()

in app/config/Switches.scala [58:61]


  def stop(): Unit = {
    log.info("Stopping switches scheduled task")
    scheduler.shutdown()
  }