Module: Fluent::ObjectBufferedOutput::BufferedEventStreamMixin

Includes:
Enumerable
Defined in:
lib/fluent/output.rb

Instance Method Summary collapse

Instance Method Details

#each(&block) ⇒ Object



469
470
471
# File 'lib/fluent/output.rb', line 469

def each(&block)
  msgpack_each(&block)
end

#repeatable?Boolean



465
466
467
# File 'lib/fluent/output.rb', line 465

def repeatable?
  true
end

#to_msgpack_streamObject



473
474
475
# File 'lib/fluent/output.rb', line 473

def to_msgpack_stream
  read
end