| ActorCellInit Method |
Initialize this cell, i.e. set up mailboxes and supervision. The UID must be
reasonably different from the previous UID of a possible actor with the same path,
which can be achieved by using
ThreadLocalRandom
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public void Init(
bool sendSupervise,
MailboxType mailboxType
)
member Init :
sendSupervise : bool *
mailboxType : MailboxType -> unit
Parameters
- sendSupervise
- Type: SystemBoolean
TBD - mailboxType
- Type: Akka.DispatchMailboxType
TBD
See Also