Uses of Class
callofproject.dev.project.dto.ProjectParticipantNotificationDTO
Packages that use ProjectParticipantNotificationDTO
-
Uses of ProjectParticipantNotificationDTO in callofproject.dev.project.config.kafka
Methods in callofproject.dev.project.config.kafka with parameters of type ProjectParticipantNotificationDTOModifier and TypeMethodDescriptionvoid
KafkaProducer.sendProjectParticipantNotification
(ProjectParticipantNotificationDTO message) Sends a ProjectParticipantNotificationDTO message to the Kafka topic.Constructor parameters in callofproject.dev.project.config.kafka with type arguments of type ProjectParticipantNotificationDTOModifierConstructorDescriptionKafkaProducer
(org.apache.kafka.clients.admin.NewTopic topic, org.springframework.kafka.core.KafkaTemplate<String, ProjectParticipantNotificationDTO> kafkaTemplate) Constructs a new KafkaProducer with the provided dependencies. -
Uses of ProjectParticipantNotificationDTO in callofproject.dev.project.dto
Methods in callofproject.dev.project.dto that return ProjectParticipantNotificationDTOModifier and TypeMethodDescriptionProjectParticipantNotificationDTO.Builder.build()
Builds and returns the finalProjectParticipantNotificationDTO
instance.