View Source SpawnSdk.Context (spawn_sdk v0.5.5)

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

Link to this section Summary

Link to this section Types

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