Page History
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
ActorSelection lobbyActor = system.ActorSelection("user/lobby");
lobbyActor.tell("some message",null);
// 자식의 모든 요소 선택이 가능합니다.
ActorSelection tableAllActor = system.ActorSelection("user/lobby/table/*");
tableAllActor.tell("some message",null); |
웹소켓을 액터에 연결하기
| Include Page | ||||
|---|---|---|---|---|
|
유닛테스트
| Include Page | ||||
|---|---|---|---|---|
|
...