Class: Fluent::Plugin::InPulsarParser
- Inherits:
-
Parser
- Object
- Parser
- Fluent::Plugin::InPulsarParser
- Defined in:
- lib/fluent/plugin/lib/in_pulsar.rb
Instance Method Summary collapse
Instance Method Details
#parse(text) {|nil, nil| ... } ⇒ Object
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 |