Context is used to encapsulate the mutable world state of an actor as it moves between threads during its execution lifetime. Context provides a map of arbitrary objects keyed by a string name to store state.
Context is used to encapsulate the mutable world state of an actor as it moves between threads during its execution lifetime. Context provides a map of arbitrary objects keyed by a string name to store state.