global

def initialize(

def initialize(
  adapter:,
  ssl:,
  hostname:,
  port:,
  uds_path:,
  timeout_seconds:,
  deprecated_for_removal_transport_configuration_proc:
)
  super(
    adapter,
    ssl,
    hostname,
    port,
    uds_path,
    timeout_seconds,
    deprecated_for_removal_transport_configuration_proc
  )
  freeze
end