Class: ActiveCypher::Bolt::Messaging::Route

Inherits:
MetadataMessage show all
Defined in:
lib/active_cypher/bolt/messaging.rb

Overview

The ROUTE message. For when you want to pretend you have control over routing.

Constant Summary collapse

SIGNATURE =
0x66

Instance Attribute Summary

Attributes inherited from Message

#fields, #signature

Method Summary

Methods inherited from MetadataMessage

#initialize, #metadata

Methods inherited from Message

#==, inherited, #initialize

Constructor Details

This class inherits a constructor from ActiveCypher::Bolt::Messaging::MetadataMessage