| Products | Versions |
|---|---|
| TIBCO BusinessEvents Enterprise Edition | All |
How to create a unique key in TIBCO BusinessEvents
Events.evInput ev1=Events.evInput.evInput(...);
String workkey=Authentication.createUUID();
// scheduler scEv1 started in startup Rulefunction
Cluster.scheduleEvent ("scEv1",workkey,ev1,System.currentTimeMillis()+360000);
String sQueryName = "Query1"_ + Authentication.createUUID();
Query.create(queryName, <queryText>);