logstash-plugins / logstash-input-stdin

Apache License 2.0
6 stars 16 forks source link

refactor shutdown sequence to use plugin.stop #5

Closed jsvd closed 9 years ago

jsvd commented 9 years ago

Change shutdown sequence to be triggered by plugin.stop instead of ShutdownSignal exception. Also remove any calls to: shutdown, finished, finished?, running? or terminating? This depends on https://github.com/elastic/logstash/pull/3895

jsvd commented 9 years ago

closed by #4