Sha256: 551f953439956f4a7943cc2dc63170718f2281474869ed8cae2f28ff9381d7ee
Contents?: true
Size: 418 Bytes
Versions: 1
Compression:
Stored size: 418 Bytes
Contents
require_relative 'core' module Fluent class Plugin::RecordSplitterOutput < Plugin::Output Fluent::Plugin.register_output('record_splitter', self) helpers :event_emitter include ::Fluent::RecordSplitterOutputCore def initialize super end def configure(conf) super end def multi_workers_ready? true end def process(tag, es) super end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-record-splitter-0.0.1 | lib/fluent/plugin/out_record_splitter/v14.rb |