module PatronusFati::MessageProcessor::Terminate

Public Class Methods

process(obj) click to toggle source
# File lib/patronus_fati/message_processor/terminate.rb, line 4
def self.process(obj)
  PatronusFati.logger.info('Kismet announced it\'s intention to gracefully terminate')
  nil
end