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