Kinde.StateManagementAgent (kinde v2.1.0)

Copy Markdown View Source

Default in-memory state management using Agent.

Suitable for single-node deployments. For multi-node setups, implement the Kinde.StateManagement behaviour with a shared store.

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

child_spec(arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(opts)

@spec start_link(Keyword.t()) :: Agent.on_start()