Event.validatePayload()

Signature

void validatePayload(SimpleEvent event)

Domain

ACTION, CONDITION, BUI

Description

Validates the payload of the event in the current RuleSession. Validation will throw an Exception if the validation failed.

Parameters

NameTypeDescription
eventSimpleEventThe SimpleEvent whose payload will be validated, if present.

Returns

TypeDescription
void