for(AutoTimer timer : entry.getValue()) {
timers.add(new ScheduleTimer(entry.getKey(), timer.getScheduleExpression(), timer.getTimerConfig()));
}
}
timerServiceFactory.restoreTimerService(timerService, timers);
this.timerService = timerService;
}
@Override