Coffrify.Runtime.WebhookReplay.Memory (Coffrify v0.9.0)

View Source

In-memory replay store. Process-local; suitable for single-node deployments or tests.

Summary

Functions

Returns a specification to start this module under a supervisor.

Start a memory store. Options: :name, :max_entries (default 50k).

Functions

child_spec(arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(opts \\ [])

@spec start_link(keyword()) :: Agent.on_start()

Start a memory store. Options: :name, :max_entries (default 50k).