private void getHandleNotifications()

in src/main/java/com/epam/digital/data/platform/notification/NotificationTemplatePublisherApplication.java [68:74]


  private void getHandleNotifications() {
    var channelDirs = getChannelDirectories();
    for (File channelDir: channelDirs) {
      log.info("Processing of directory {}", channelDir);
      processChannelTemplates(channelDir);
    }
  }