Class: Octo::Callbacks

Inherits:
Object
  • Object
show all
Includes:
Hooks, OctoHooks
Defined in:
lib/octocore-cassandra/callbacks.rb

Overview

The class responsible for handling callbacks.

You must never need to make changes here

Class Method Summary collapse

Class Method Details

.callback_update(msg) ⇒ Object



111
112
113
# File 'lib/octocore-cassandra/callbacks.rb', line 111

def callback_update(msg)
  update_counters msg
end