Class: SeeingIsBelieving::EventStream::Events::StdoutClosed

Inherits:
SeeingIsBelieving::EventStream::Event
  • Object
show all
Defined in:
lib/seeing_is_believing/event_stream/events.rb

Overview

The process’s stdout stream was closed, there will be no more Stdout events. “side” will either be :producer or :consumer

Class Method Summary collapse

Class Method Details

.event_nameObject



152
153
154
# File 'lib/seeing_is_believing/event_stream/events.rb', line 152

def self.event_name
  :stdout_closed
end