timerService.createCalendarTimer(expression);
}
private void persistDefaultConfiguration() {
if (notificationStore.getNotifier("comet-escalator") == null) {
Notifier configuration = new Notifier.Builder()
.name("comet-escalator")
.transmitterId("comet")
.configuration(new CometTransmitterConfiguration())
.system(true)
.build();