1. UnboundedMailbox is the default unbounded MailboxType used by Akka Actors ”无界邮箱“ 是akka actors默认使用的邮箱, UnboundedMailbox继承了MailboxType /** * MailboxType is a factory to create MessageQueues for an optionally * provided ActorContext. * * <b>Possibly…