module Fluent::ObjectBufferedOutput::BufferedEventStreamMixin

Public Instance Methods

each(&block) click to toggle source
# File lib/fluent/output.rb, line 447
def each(&block)
  msgpack_each(&block)
end
repeatable?() click to toggle source
# File lib/fluent/output.rb, line 443
def repeatable?
  true
end
to_msgpack_stream() click to toggle source
# File lib/fluent/output.rb, line 451
def to_msgpack_stream
  read
end