Interface HvlNotificationMQClientService

All Known Implementing Classes:
HvlNotificationMQClientServiceImpl

@Validated public interface HvlNotificationMQClientService
A service which provides methods for notification with message broker.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    notify(@NotBlank String topicName, @NotNull Serializable serializable)
    Sends notification.
  • Method Details

    • notify

      void notify(@NotBlank @NotBlank String topicName, @NotNull @NotNull Serializable serializable)
      Sends notification.
      Parameters:
      topicName - the topic name
      serializable - Serializable