View Source SpawnSdk.System behaviour (spawn_sdk v1.3.1)
System
defines the general behavior of the Spawn actor system.
It is through System implementations that the user can register, invoke,
and perform other activities with their Actors.
Summary
Types
Callbacks
@callback invoke(actor_name(), invoke_opts()) :: {:ok, term()} | {:error, term()}
@callback spawn_actor(actor_name(), spawn_actor_opts()) :: {:ok, term()} | {:error, term()}