Method: Fluent::Plugin::Buffer#generate_chunk

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

#generate_chunk(metadata) ⇒ Object

Raises:

  • (NotImplementedError)


308
309
310
# File 'lib/fluent/plugin/buffer.rb', line 308

def generate_chunk()
  raise NotImplementedError, "Implement this method in child class"
end