Uses of Class
sudoku.Player.CreateMsg
-
-
Uses of Player.CreateMsg in sudoku
Methods in sudoku with parameters of type Player.CreateMsg Modifier and Type Method Description static akka.actor.typed.Behavior<Player.Protocol>
Player. create(Player.CreateMsg createMsg)
Public method that calls private constructor.Constructors in sudoku with parameters of type Player.CreateMsg Constructor Description Player(akka.actor.typed.javadsl.ActorContext<Player.Protocol> context, Player.CreateMsg createMsg)
-