Class: Droonga::Plugins::Groonga::TableRemove::Handler

Inherits:
Handler
  • Object
show all
Defined in:
lib/droonga/plugins/groonga/table_remove.rb

Instance Attribute Summary

Attributes inherited from Handler

#loop, #messenger

Instance Method Summary collapse

Methods inherited from Handler

action, #initialize, message

Methods included from Droonga::Pluggable

#find_sub_classes, #options

Constructor Details

This class inherits a constructor from Droonga::Handler

Instance Method Details

#handle(message) ⇒ Object



42
43
44
45
# File 'lib/droonga/plugins/groonga/table_remove.rb', line 42

def handle(message)
  command = Command.new(@context)
  command.execute(message.request)
end