Metaspace.Subscriber.setExecuteRules()

Signature

void setExecuteRules(Object subscriber, boolean executeRules)

Domain

ACTION

Description

Enable (or disables) pre-processor rulefunction

Parameters

NameTypeDescription
subscriberObjectActivespaces subscriber object
executeRulesbooleanif true the event is sent through the pre-processor rulefunction else the attached rulefunction is called directly

Returns

TypeDescription
void

Cautions

none