Exemplo n.º 1
0
 /**
  * This will be called only once and this can be used to acquire required resources for the
  * processing element. This will be called after initializing the system and before starting to
  * process the events.
  */
 @Override
 public void start() {
   scheduleCronJob(triggerDefinition.getAt(), triggerDefinition.getId());
 }