Class: Fluent::Plugin::InPulsarParser

Inherits:
Parser
  • Object
show all
Defined in:
lib/fluent/plugin/lib/in_pulsar.rb

Instance Method Summary collapse

Instance Method Details

#parse(text) {|nil, nil| ... } ⇒ Object

Yields:

  • (nil, nil)


22
23
24
25
# File 'lib/fluent/plugin/lib/in_pulsar.rb', line 22

def parse(text)
  # this plugin is dummy implementation not to raise error
  yield nil, nil
end