Parent

Included Modules

Class/Module Index [+]

Quicksearch

Fluent::EventStream

Public Instance Methods

repeatable?() click to toggle source
# File lib/fluent/event.rb, line 24
def repeatable?
  false
end
to_msgpack_stream() click to toggle source

def each(&block) end

# File lib/fluent/event.rb, line 31
def to_msgpack_stream
  out = ''
  each {|time,record|
    [time,record].to_msgpack(out)
  }
  out
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.