Method: Fluent::Plugin::RoundRobinOutput#process
- Defined in:
- lib/fluent/plugin/out_roundrobin.rb
#process(tag, es) ⇒ Object
54 55 56 |
# File 'lib/fluent/plugin/out_roundrobin.rb', line 54 def process(tag, es) next_output.emit_events(tag, es) end |