Class: LogStash::ShutdownEvent

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

Overview

transcient pipeline events for normal in-flow signaling as opposed to flow altering exceptions. for now having base classes is adequate and in the future it might be necessary to refactor using like a BaseEvent class to have a common interface for all pileline events to support eventual queueing persistence for example, TBD.