override def shutdown()

in src/main/scala/com/gu/contentapi/firehose/ContentApiFirehoseConsumer.scala [56:58]


  override def shutdown(shutdownReason: ShutdownReason): Unit = {
    logger.info(s"EventProcessor is shutting down: shutdown state is $shutdownReason")
  }