class Fluent::Input
Attributes
router[RW]
Public Class Methods
new()
click to toggle source
Calls superclass method
Fluent::PluginLoggerMixin.new
# File lib/fluent/input.rb, line 26 def initialize super end
Public Instance Methods
configure(conf)
click to toggle source
Calls superclass method
Fluent::PluginLoggerMixin#configure
# File lib/fluent/input.rb, line 30 def configure(conf) super @router = Engine end
shutdown()
click to toggle source
# File lib/fluent/input.rb, line 39 def shutdown end
start()
click to toggle source
# File lib/fluent/input.rb, line 36 def start end