class LogStash::Codecs::IdentityMapCodec::NoopRunner
Attributes
start[R]
stop[R]
Public Instance Methods
running?()
click to toggle source
# File lib/logstash/codecs/identity_map_codec.rb, line 78 def running?() false; end