[系統架構] AKKA工作原理

Akka工作原理 Akka中的角色 ProducerActor(StudentActor) ConsumerActor(TeacherActor,onReceive方法接收消息) ActorRef(tell方法,發送消息給MessageDispatcher消息派發器) ActorSystem(actorOf方法,創建ActorRef,ActorRef就是ConsumerActor的Proxy) M
相關文章
相關標籤/搜索