Class AbstractNotificationPollingService

    • Constructor Detail

      • AbstractNotificationPollingService

        public AbstractNotificationPollingService()
    • Method Detail

      • init

        @PostConstruct
        protected void init()
      • onApplicationEvent

        public void onApplicationEvent​(org.cxbox.api.system.SystemSettingChangedEvent event)
        Specified by:
        onApplicationEvent in interface org.springframework.context.ApplicationListener<org.cxbox.api.system.SystemSettingChangedEvent>
        Specified by:
        onApplicationEvent in interface org.cxbox.api.system.ISystemSettingChangeEventListener
      • executePollTaskInQueue

        @Scheduled(fixedRate=1000L)
        public void executePollTaskInQueue()