Class: Rookout::ComWs::AgentComWs::FlushMessage

Inherits:
Object
  • Object
show all
Defined in:
lib/rookout/com_ws/agent_com_ws.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeFlushMessage

Returns a new instance of FlushMessage.



252
253
254
# File 'lib/rookout/com_ws/agent_com_ws.rb', line 252

def initialize
  @event = Concurrent::Event.new
end

Instance Attribute Details

#eventObject (readonly)

Returns the value of attribute event.



256
257
258
# File 'lib/rookout/com_ws/agent_com_ws.rb', line 256

def event
  @event
end