ActorService constructor

ActorService(
  1. ServiceContext ctx
)

Implementation

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