Messaging:onTimeout
Method
Purpose
Returns the number of timeout intervals that have elapsed since the arrival of the previous message or since the start of the subscription to this method.
Type
Asynchronous, IMPACT_INFO.
Arguments
Name |
Type |
Description |
Subject |
String |
Subscription subject. Any leading and trailing spaces in the subject are ignored. |
Timeout Interval |
Integer |
Timeout interval in seconds |
Returns
Name |
Type |
Description |
Timeout Interval Count |
Integer |
The count of consecutive timeout intervals that have passed. The return value is reset to 0 (zero) when a message is received with the specified subject or topic. The return value of 0 can be used as a clear test condition within rulebases. |