Class TicketKafkaTopic
java.lang.Object
callofproject.dev.service.ticket.config.kafka.TicketKafkaTopic
- Author:
- Nuri Can ÖZTÜRK Represents the ticket kafka topic. CopyRight(C) 2023 by Call Of Project Teams.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.kafka.clients.admin.NewTopic
Provide the email topic.org.apache.kafka.clients.admin.NewTopic
Provide the notification topic.
-
Constructor Details
-
TicketKafkaTopic
public TicketKafkaTopic()
-
-
Method Details
-
provideNotificationTopic
@Bean("notificationTopic") public org.apache.kafka.clients.admin.NewTopic provideNotificationTopic()Provide the notification topic. -
provideEmailTopic
@Bean("emailTopic") public org.apache.kafka.clients.admin.NewTopic provideEmailTopic()Provide the email topic.
-