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