Class: Neo4j::Driver::Bolt::Protocol::V53

Inherits:
V52 show all
Defined in:
lib/neo4j/driver/bolt/protocol/v53.rb

Overview

Bolt 5.3. HELLO grows a required bolt_agent map identifying the driver (product is required; the rest is informational).

Direct Known Subclasses

V54

Instance Attribute Summary

Attributes inherited from Base

#connection, #version

Instance Method Summary collapse

Methods inherited from V52

#notification_config_extra, #supports_notification_filtering?

Methods inherited from V51

#build_logon_message, #supports_re_auth?

Methods inherited from V5

#configure_packer, #patch_bolt_extra

Methods inherited from V44

#build_route, #supports_impersonation?

Methods inherited from V43

#patch_bolt_extra

Methods inherited from V4

#build_route, #supports_multiple_databases?

Methods inherited from Base

#build_begin, #build_discard, #build_hello_message, #build_logon_message, #build_pull, #build_run, #build_telemetry, #configure_packer, #customize_hydration, #enforce_impersonation_support!, #initialize, #notification_config_extra, #pack_uuid, #supports_impersonation?, #supports_multiple_databases?, #supports_notification_filtering?, #supports_re_auth?, #supports_telemetry?, #unpack_uuid

Constructor Details

This class inherits a constructor from Neo4j::Driver::Bolt::Protocol::Base

Instance Method Details

#hello_extra(user_agent:, auth:, routing:) ⇒ Object



10
11
12
# File 'lib/neo4j/driver/bolt/protocol/v53.rb', line 10

def hello_extra(user_agent:, auth:, routing:)
  super.merge(bolt_agent: bolt_agent)
end