def shutdown()

in src/main/scala/com/gu/contentapi/firehose/kinesis/KinesisStreamReader.scala [81:84]


  def shutdown(): Unit = {
    scheduler.shutdown()
    threadPool.shutdown()
  }