Uses of Record Class
callofproject.dev.service.notification.dto.NotificationUserResponseDTO
Packages that use NotificationUserResponseDTO
-
Uses of NotificationUserResponseDTO in callofproject.dev.service.notification.config.kafka
Methods in callofproject.dev.service.notification.config.kafka with parameters of type NotificationUserResponseDTOModifier and TypeMethodDescriptionvoid
KafkaConsumer.projectServiceListener
(NotificationUserResponseDTO message) Listen to the Kafka topic.void
KafkaProducer.sendMessageToUser
(NotificationUserResponseDTO message) Send a message to the Kafka topic.Constructor parameters in callofproject.dev.service.notification.config.kafka with type arguments of type NotificationUserResponseDTOModifierConstructorDescriptionKafkaProducer
(org.apache.kafka.clients.admin.NewTopic topic, org.springframework.kafka.core.KafkaTemplate<String, NotificationUserResponseDTO> kafkaTemplate) Constructor.