public InboxNotificationService inboxNotificationService()

in ddm-notification-service-inbox/src/it/java/com/epam/digital/data/platform/notification/inbox/config/InboxControllerTestConfig.java [35:47]


  public InboxNotificationService inboxNotificationService(
      @Qualifier("inboxNotificationTemplateService") NotificationTemplateService<String> inboxNotificationTemplateService,
      FreemarkerTemplateResolver inboxFreemarkerTemplateResolver,
      InboxNotificationRepository inboxNotificationRepository,
      TokenParserService tokenParserService,
      IdmServiceProvider idmServiceProvider) {
    return new InboxNotificationService(
        inboxNotificationTemplateService,
        inboxFreemarkerTemplateResolver,
        inboxNotificationRepository,
        tokenParserService,
        idmServiceProvider);
  }