ExESDB.Commanded.Adapter.SubscriptionProxy (ex_esdb_commanded v0.1.0)

Supervised GenServer that handles subscription proxies for converting ExESDB events to Commanded format.

This process is supervised and maintains its registration with the ExESDB store, ensuring event delivery continues even after process restarts.

Summary

Functions

Returns a specification to start this module under a supervisor.

Starts a supervised subscription proxy process.

Legacy function for backward compatibility - now starts supervised process.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(metadata)

Starts a supervised subscription proxy process.

start_proxy(metadata)

Legacy function for backward compatibility - now starts supervised process.