Class: RFlow::Message::Clock::Tick
- Inherits:
-
Object
- Object
- RFlow::Message::Clock::Tick
- 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
-
#name ⇒ String
The name of the clock.
-
#timestamp ⇒ Integer
The timestamp of the tick, in milliseconds from epoch.
Instance Attribute Details
#name ⇒ String
The name of the clock.
|
|
# File 'lib/rflow/components/clock.rb', line 7
|
#timestamp ⇒ Integer
The timestamp of the tick, in milliseconds from epoch.
|
|
# File 'lib/rflow/components/clock.rb', line 11
|