Module: Fluent::Compat::BufferedEventStreamMixin
- Includes:
- Enumerable
- Defined in:
- lib/fluent/compat/output.rb
Instance Method Summary collapse
Instance Method Details
#each(&block) ⇒ Object
56 57 58 |
# File 'lib/fluent/compat/output.rb', line 56 def each(&block) msgpack_each(&block) end |
#key ⇒ Object
64 65 66 |
# File 'lib/fluent/compat/output.rb', line 64 def key .tag end |
#repeatable? ⇒ Boolean
52 53 54 |
# File 'lib/fluent/compat/output.rb', line 52 def repeatable? true end |
#to_msgpack_stream ⇒ Object
60 61 62 |
# File 'lib/fluent/compat/output.rb', line 60 def to_msgpack_stream read end |