Class: LogStash::Codecs::IdentityMapCodec::NoopRunner

Inherits:
Object
  • Object
show all
Defined in:
lib/logstash/codecs/identity_map_codec.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#startObject (readonly)

Returns the value of attribute start.



78
79
80
# File 'lib/logstash/codecs/identity_map_codec.rb', line 78

def start
  @start
end

#stopObject (readonly)

Returns the value of attribute stop.



78
79
80
# File 'lib/logstash/codecs/identity_map_codec.rb', line 78

def stop
  @stop
end

Instance Method Details

#running?Boolean

Returns:

  • (Boolean)


79
# File 'lib/logstash/codecs/identity_map_codec.rb', line 79

def running?() false; end