getPossibleVoidEvents

abstract fun <T : Any> getPossibleVoidEvents(clazz: KClass<T>): Set<EventReference>

Returns a set of external void events for the statemachine that are possible given the provided context

See also