Sha256: 217455af8217afeacfed9920c9f9f6f2db6860e980c81c1e8394257d28e26e07

Contents?: true

Size: 953 Bytes

Versions: 184

Compression:

Stored size: 953 Bytes

Contents

#
# Fluentd
#
#    Licensed under the Apache License, Version 2.0 (the "License");
#    you may not use this file except in compliance with the License.
#    You may obtain a copy of the License at
#
#        http://www.apache.org/licenses/LICENSE-2.0
#
#    Unless required by applicable law or agreed to in writing, software
#    distributed under the License is distributed on an "AS IS" BASIS,
#    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
#    See the License for the specific language governing permissions and
#    limitations under the License.
#

require 'fluent/plugin/base'

require 'fluent/log'
require 'fluent/plugin_id'
require 'fluent/plugin_helper'

module Fluent
  module Plugin
    class Input < Base
      include PluginId
      include PluginLoggerMixin
      include PluginHelper::Mixin

      helpers_internal :event_emitter

      def multi_workers_ready?
        false
      end
    end
  end
end

Version data entries

184 entries across 184 versions & 2 rubygems

Version Path
fluentd-1.13.3-x86-mingw32 lib/fluent/plugin/input.rb
fluentd-1.13.3-x64-mingw32 lib/fluent/plugin/input.rb
fluentd-1.13.3 lib/fluent/plugin/input.rb
fluentd-1.13.2-x86-mingw32 lib/fluent/plugin/input.rb
fluentd-1.13.2-x64-mingw32 lib/fluent/plugin/input.rb
fluentd-1.13.2 lib/fluent/plugin/input.rb
fluentd-1.13.1-x86-mingw32 lib/fluent/plugin/input.rb
fluentd-1.13.1-x64-mingw32 lib/fluent/plugin/input.rb
fluentd-1.13.1 lib/fluent/plugin/input.rb
fluentd-1.13.0-x64-mingw32 lib/fluent/plugin/input.rb
fluentd-1.13.0-x86-mingw32 lib/fluent/plugin/input.rb
fluentd-1.13.0 lib/fluent/plugin/input.rb
fluentd-1.12.4-x64-mingw32 lib/fluent/plugin/input.rb
fluentd-1.12.4-x86-mingw32 lib/fluent/plugin/input.rb
fluentd-1.12.4 lib/fluent/plugin/input.rb
fluentd-1.12.3-x86-mingw32 lib/fluent/plugin/input.rb
fluentd-1.12.3-x64-mingw32 lib/fluent/plugin/input.rb
fluentd-1.12.3 lib/fluent/plugin/input.rb
fluentd-1.12.2-x86-mingw32 lib/fluent/plugin/input.rb
fluentd-1.12.2-x64-mingw32 lib/fluent/plugin/input.rb