Package sudoku
Class Player.CreateMsg
- java.lang.Object
-
- sudoku.Player.CreateMsg
-
- All Implemented Interfaces:
Player.InitialisationProtocol
,Player.Protocol
- Enclosing class:
- Player
public static class Player.CreateMsg extends Object implements Player.InitialisationProtocol
Message for creating the Player.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
_playerId
(package private) akka.actor.typed.ActorRef<Teacher.Protocol>
_replyTo
(package private) int
_sudokuSize
-
Constructor Summary
Constructors Constructor Description CreateMsg(int playerId, int sudokuSize, akka.actor.typed.ActorRef<Teacher.Protocol> replyTo)
-
-
-
Field Detail
-
_playerId
final int _playerId
-
_sudokuSize
final int _sudokuSize
-
_replyTo
final akka.actor.typed.ActorRef<Teacher.Protocol> _replyTo
-
-
Constructor Detail
-
CreateMsg
public CreateMsg(int playerId, int sudokuSize, akka.actor.typed.ActorRef<Teacher.Protocol> replyTo)
-
-