# File lib/fluent/compat/output.rb, line 56 def each(&block) msgpack_each(&block) end
# File lib/fluent/compat/output.rb, line 64 def key metadata.tag end
# File lib/fluent/compat/output.rb, line 52 def repeatable? true end
# File lib/fluent/compat/output.rb, line 60 def to_msgpack_stream read end