View Source AshOban.ActorPersister behaviour (ash_oban v0.2.3-rc.0)
A behaviour for storing and retrieving an actor from oban job arguments
Summary
Types
Callbacks
@callback lookup(actor_json :: actor_json() | nil) :: {:ok, actor() | nil} | {:error, Ash.Error.t()}
@callback store(actor :: actor()) :: actor_json :: actor_json()