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.



86
87
88
# File 'lib/logstash/codecs/identity_map_codec.rb', line 86

def start
  @start
end

#stopObject (readonly)

Returns the value of attribute stop.



86
87
88
# File 'lib/logstash/codecs/identity_map_codec.rb', line 86

def stop
  @stop
end

Instance Method Details

#running?Boolean

Returns:

  • (Boolean)


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

def running?() false; end