accept abstract method
void
accept(
- Msg message
Processes an incoming message.
Invoked to handle messages that may trigger state updates or effects. This method will use Update function to handle changes and send result forward.
Implementation
void accept(Msg message);