Class: Fluent::Plugin::GroongaInput::GQTPInput

Inherits:
BaseInput
  • Object
show all
Defined in:
lib/fluent/plugin/in_groonga.rb

Defined Under Namespace

Classes: Handler, RequestParser

Constant Summary

Constants inherited from BaseInput

BaseInput::DEFAULT_EMIT_COMMANDS

Instance Method Summary collapse

Methods inherited from BaseInput

#configure, #emit, #initialize, #log

Constructor Details

This class inherits a constructor from Fluent::Plugin::GroongaInput::BaseInput

Instance Method Details

#create_handler(connection, repeater) ⇒ Object



390
391
392
# File 'lib/fluent/plugin/in_groonga.rb', line 390

def create_handler(connection, repeater)
  Handler.new(self, connection, repeater)
end