Class HvlAuthKafkaNotificationListener

java.lang.Object
tr.com.havelsan.javarch.oauth.auth.starter.notification.kafka.HvlAuthKafkaNotificationListener
All Implemented Interfaces:
EventListener, org.springframework.context.ApplicationListener<HvlAuthVerificationNotificationEvent>

@Profile("kafka") @Primary @Component public class HvlAuthKafkaNotificationListener extends Object implements org.springframework.context.ApplicationListener<HvlAuthVerificationNotificationEvent>
The class which implements ApplicationListener to catch notification events.
  • Constructor Details

    • HvlAuthKafkaNotificationListener

      public HvlAuthKafkaNotificationListener(tr.com.havelsan.javarch.notification.kafka.client.service.HvlNotificationKafkaClientService notificationKafkaClientService, HvlAuthNotificationProperties notificationProperties)
      Instantiates a new HvlAuthKafkaNotificationListener.
      Parameters:
      notificationKafkaClientService - the notification kafka client service
      notificationProperties - the notification properties
  • Method Details