Closed PetrosPapapa closed 1 month ago
This PR adds references to the current state name and data in the FSM StateManager. This allows the user to get that information for their own use, including for debugging purposes, without triggering any transitions.
StateManager
This is in line with the original Akka FSM implementation that has these available.
This PR adds references to the current state name and data in the FSM
StateManager
. This allows the user to get that information for their own use, including for debugging purposes, without triggering any transitions.This is in line with the original Akka FSM implementation that has these available.