ActorContext

cc.otavia.core.actor.ActorContext
trait ActorContext

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def actorId: Long

id distributed by actor system

id distributed by actor system

Attributes

def address: Address[_ <: Message]

physical address of the binding actor.

physical address of the binding actor.

Attributes

def isLoadBalance: Boolean
def mountedThreadId: Int

actor system

actor system

Attributes