View Source Actors.Actor.Entity.EntityState (spawn v2.0.0-RC5)

EntityState Represents the internal state of an Actor.

Summary

Types

t()

@type t() :: %Actors.Actor.Entity.EntityState{
  actor: Spawn.Actors.Actor.t(),
  opts: Keyword.t(),
  projection_stream_pid: pid(),
  revision: number(),
  state_hash: binary(),
  system: String.t()
}

Functions

pack(state)

unpack(state)