PlaidEx.Sync.CursorStore.EtsBackend (plaid_ex v1.0.0)

Copy Markdown View Source

Default Behaviour implementation — an ETS-backed GenServer that owns the cursor table. Cursors are LOST on application restart; see PlaidEx.Sync.CursorStore moduledoc for how to plug in durable storage instead.

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(opts \\ [])

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