State Configuration
Configuration for a specific state in the state machine.
Functions
Link copied to clipboard
Defines how to handle a specific event using reified generics. Multiple handlers can be registered for the same event type. When an event is processed, handlers are evaluated in registration order, and the first handler whose guard passes will be executed.
Defines how to handle a specific event in this state. Multiple handlers can be registered for the same event type. When an event is processed, handlers are evaluated in registration order, and the first handler whose guard passes will be executed.