Class: Droonga::Plugins::Watch::SweepHandler
- Includes:
- SchemaCreatable
- Defined in:
- lib/droonga/plugins/watch.rb
Instance Attribute Summary
Attributes inherited from Handler
Instance Method Summary collapse
- #handle(message) ⇒ Object
-
#initialize(*args) ⇒ SweepHandler
constructor
A new instance of SweepHandler.
Methods inherited from Handler
Methods included from Droonga::Pluggable
Constructor Details
#initialize(*args) ⇒ SweepHandler
Returns a new instance of SweepHandler.
159 160 161 162 |
# File 'lib/droonga/plugins/watch.rb', line 159 def initialize(*args) super ensure_schema_created # TODO: REMOVE ME end |