View Source SpawnSdk.Context (spawn_sdk v1.3.1)

The context is responsible for sending the State information as well as its metadata to the Actor and the Proxy and vice versa.

Summary

Types

@type t() :: %SpawnSdk.Context{
  caller: term(),
  metadata: map(),
  self: term(),
  state: term(),
  tags: map()
}