Backplane.McpProtocol.Server.Registry.Local (backplane_mcp_protocol v0.4.3)

Copy Markdown

ETS-based session registry for HTTP transports.

Uses a named ETS table with read_concurrency: true for fast lookups. Monitors registered processes for automatic cleanup on crash/shutdown.

Summary

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

register_name(arg, pid)

send(name, message)

start_link(opts)

unregister_name(arg)

whereis_name(arg)