Interface HvlNotificationKafkaClientService

All Known Implementing Classes:
HvlNotificationKafkaClientServiceImpl

@Validated public interface HvlNotificationKafkaClientService
A restful service which provides specific methods for kafka notifications.
  • 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 - refers to kafka topic
      serializable - Serializable