Interface HvlLogProcessorMQService

All Known Implementing Classes:
HvlLogProcessorMQKafkaServiceImpl

@Validated public interface HvlLogProcessorMQService
This service provides message queue operations for log processor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    sendLog(@NotBlank String topicName, @NotNull HvlEventLogModel event)
    Sent log to the message queue.
  • Method Details

    • sendLog

      void sendLog(@NotBlank @NotBlank String topicName, @NotNull @NotNull HvlEventLogModel event)
      Sent log to the message queue.
      Parameters:
      topicName - the topic name
      event - the event