Class: RFlow::Message::Clock::Tick

Inherits:
Object
  • Object
show all
Defined in:
lib/rflow/components/clock.rb

Overview

Message emitted by Components::Clock. Of course the real class is RFlow::Message with type RFlow::Message::Clock::Tick.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the clock.

Returns:

  • (String)


# File 'lib/rflow/components/clock.rb', line 7

#timestampInteger

The timestamp of the tick, in milliseconds from epoch.

Returns:

  • (Integer)


# File 'lib/rflow/components/clock.rb', line 11