Interface HvlOAuthEventNotifier

All Known Implementing Classes:
HvlOAuthEventKafkaNotifier

@Validated public interface HvlOAuthEventNotifier
The interface OAuth event notifier.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    notifySync(@NotBlank String mail, @NotNull @Valid tr.com.havelsan.javarch.notification.mail.common.model.HvlNotificationMailRequestModel notificationMailRequestModel)
    Notify sync.
  • Method Details

    • notifySync

      void notifySync(@NotBlank @NotBlank String mail, @NotNull @Valid @NotNull @Valid tr.com.havelsan.javarch.notification.mail.common.model.HvlNotificationMailRequestModel notificationMailRequestModel)
      Notify sync.
      Parameters:
      mail - the mail
      notificationMailRequestModel - the notification mail request model