Class SpringNotificationEventListener

java.lang.Object
org.apache.fineract.notification.eventandlistener.SpringNotificationEventListener
All Implemented Interfaces:
EventListener, org.springframework.context.ApplicationListener<NotificationEvent>

@Component @Profile("!activeMqEnabled") public class SpringNotificationEventListener extends Object implements org.springframework.context.ApplicationListener<NotificationEvent>
  • Constructor Details

    • SpringNotificationEventListener

      public SpringNotificationEventListener()
  • Method Details

    • onApplicationEvent

      public void onApplicationEvent(@NonNull NotificationEvent event)
      Specified by:
      onApplicationEvent in interface org.springframework.context.ApplicationListener<NotificationEvent>