Method: Fluent::Plugin::Output#prefer_buffered_processing

Defined in:
lib/fluent/plugin/output.rb

#prefer_buffered_processingObject



142
143
144
145
146
147
# File 'lib/fluent/plugin/output.rb', line 142

def prefer_buffered_processing
  # override this method to return false only when all of these are true:
  #  * plugin has both implementation for buffered and non-buffered methods
  #  * plugin is expected to work as non-buffered plugin if no `<buffer>` sections specified
  true
end