SpawnSdk.Context (spawn_sdk v2.0.0-RC12)

View Source

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

t()

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