Method: Fluent::Plugin::Output#shutdown
- Defined in:
- lib/fluent/plugin/output.rb
#shutdown ⇒ Object
556 557 558 559 560 561 |
# File 'lib/fluent/plugin/output.rb', line 556 def shutdown @secondary.shutdown if @secondary @buffer.shutdown if @buffering && @buffer super end |