ActorService constructor

ActorService(
  1. ServiceContext ctx
)

Implementation

ActorService(this.ctx)
  : _status = ActorStatusRecordAccessor(ctx),
    _profile = ActorProfileRecordAccessor(ctx);