ActorContext

cc.otavia.core.actor.ActorContext
final case class ActorContext(system: ActorSystem, address: Address[_ <: Message], actorId: Long)

Actor content info, the content info is create by actor system when a Actor instance is creating by actor system, and inject to Actor instance by Actor.setCtx

Value parameters

actorId

id distributed by actor system

address

physical address

system

actor system

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product