Description

Event Condition Decorator Use this decorator to allow your event listener to only be invoked if the `if` and/or `unless` conditions pass.

Properties

Methods

InheritedAbstractFinalStaticDatatypeHeader
boolbool canTrigger(IEvent eventToCheck)
JsonJson __invoke()
boolbool _evaluateCondition(string conditionType, IEvent event)