Package sudoku
Class Table.RegisterPlayerMsg
- java.lang.Object
-
- sudoku.Table.RegisterPlayerMsg
-
- All Implemented Interfaces:
SharedProtocols.RegisteringProtocol
,Table.InitialisationProtocol
,Table.Protocol
- Enclosing class:
- Table
public static class Table.RegisterPlayerMsg extends Object implements Table.InitialisationProtocol, SharedProtocols.RegisteringProtocol
Message for registering a Player.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
_playerId
(package private) akka.actor.typed.ActorRef<Player.Protocol>
_playerToRegister
(package private) akka.actor.typed.ActorRef<Teacher.Protocol>
_replyTo
-
Constructor Summary
Constructors Constructor Description RegisterPlayerMsg(akka.actor.typed.ActorRef<Player.Protocol> playerToRegister, int playerId, akka.actor.typed.ActorRef<Teacher.Protocol> replyTo)
-
-
-
Field Detail
-
_playerToRegister
final akka.actor.typed.ActorRef<Player.Protocol> _playerToRegister
-
_playerId
final int _playerId
-
_replyTo
final akka.actor.typed.ActorRef<Teacher.Protocol> _replyTo
-
-
Constructor Detail
-
RegisterPlayerMsg
public RegisterPlayerMsg(akka.actor.typed.ActorRef<Player.Protocol> playerToRegister, int playerId, akka.actor.typed.ActorRef<Teacher.Protocol> replyTo)
-
-