subscribe To Available Void Events
abstract fun subscribeToAvailableVoidEvents(context: C, minimumCheckInterval: Duration? = null): Flow<Set<EventReference>>
Notifies when there is a change in which void-events an actor can trigger.
Parameters
actor
the actor for whom we are asking
minimum Check Interval
if provided, extra checks will happen if there has been no event during this time. This can be useful if you have rules that e.g. depends on the current time.
Throws
if minimumCheckInterval is less than one second