public NotificationTemplatePublisherApplication()

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


  public NotificationTemplatePublisherApplication(
      AppProperties appProperties,
      @Qualifier("templateDirLoaders")
          Map<String, NotificationDirectoryLoader> templateDirLoaders) {
    this.appProperties = appProperties;
    this.templateDirLoaders = templateDirLoaders;
  }