Class: ActiveCypher::Bolt::Messaging::Telemetry
- Defined in:
- lib/active_cypher/bolt/messaging.rb
Overview
The TELEMETRY message. Because someone, somewhere, cares about your metrics. Probably.
Constant Summary collapse
- SIGNATURE =
0x54
Instance Attribute Summary
Attributes inherited from Message
Instance Method Summary collapse
-
#initialize(metadata) ⇒ Telemetry
constructor
A new instance of Telemetry.
- #metadata ⇒ Object
Methods inherited from Message
Constructor Details
#initialize(metadata) ⇒ Telemetry
Returns a new instance of Telemetry.
238 239 240 241 |
# File 'lib/active_cypher/bolt/messaging.rb', line 238 def initialize() = Messaging.normalize_map() super(SIGNATURE, []) end |
Instance Method Details
#metadata ⇒ Object
243 244 245 |
# File 'lib/active_cypher/bolt/messaging.rb', line 243 def fields.first end |