strict property

bool strict
getter/setter pair

Whether this monitor command is to be built with the 'strict' flag or not. When strict is true, server will only send notifications which match the regex; no other 'control' notifications such as statsNotifications will be sent on this connection unless they match the regex

Implementation

bool strict = false;