KfsmModule

constructor(types: KfsmModule.Companion.KfsmMachineTypes<ID, V, S>, basePackage: String? = null)

Parameters

ID

The type of the ID for the value

V

The type of value being managed by the state machine

S

The type of state, must extend State