-
akka actors 소개akka & pekko/actors 2023. 7. 17. 11:05
https://www.udemy.com/course/akka-essentials/ 의 강의 내용을 정리한다.
akka license 변경이 있지만 apache pekko 를 기대해 보도록 한다.
libraryDependencies += "com.typesafe.akka" %% "akka-actor-typed" % "2.6.18" libraryDependencies += "com.typesafe.akka" %% "akka-actor-testkit-typed" % "2.6.18"
'akka & pekko > actors' 카테고리의 다른 글
Akka Logging (0) 2023.07.17 Child Actor (0) 2023.07.17 Behavior control (become / unbecome) (0) 2023.07.17 Messages and Behavior (0) 2023.07.17 Actor 생성 (0) 2023.07.17