conditionalType property

ConditionalType conditionalType
final

Used to control how different events should be prioritized and matched.

For example, if ConditionalType.priority is selected, then the first matching event in events will be executed. If ConditionalType.unique is selected, then there will be a guarantee that no two events match at the same time.

Implementation

final ConditionalType conditionalType;