class Fluent::EventRouter::Pipeline

Public Instance Methods

filters() click to toggle source
# File lib/fluentspec/supervisor.rb, line 20
def filters
  @filters ||= []
end
output() click to toggle source
# File lib/fluentspec/supervisor.rb, line 24
def output
  @output ||= nil
end