Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
アクターが親にメッセージを送信する方法は何ですか?
私はAkka 2.2を使用しています
あなたは探している
getContext().parent()
親の ActorRef が得られるので、次のことができます。
getContext().parent().tell(...)