StateMachineInterface

Functions

Link copied to clipboard
abstract fun afterTrack(event: InspectableEvent)
Link copied to clipboard
abstract fun entities(event: InspectableEvent, state: State?): List<SelfDescribingJson>?
Link copied to clipboard
abstract fun payloadValues(event: InspectableEvent, state: State?): Map<String, Any>?
Link copied to clipboard
abstract fun transition(event: Event, state: State?): State?

Properties

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard