Class WicaChannelPollMonitorService

java.lang.Object
ch.psi.wica.services.channel.WicaChannelPollMonitorService

@Service @ThreadSafe public class WicaChannelPollMonitorService extends Object
A service for polling EPICS channels at a configurable rate and for publishing the results using the Spring event service.
  • Constructor Details

    • WicaChannelPollMonitorService

      public WicaChannelPollMonitorService(@Autowired org.springframework.context.ApplicationEventPublisher applicationEventPublisher)
  • Method Details

    • handleWicaChannelStartPollingEvent

      @EventListener public void handleWicaChannelStartPollingEvent(WicaChannelStartPollingEvent wicaChannelStartPollingEvent)
    • handleWicaChannelStopPollingEvent

      @EventListener public void handleWicaChannelStopPollingEvent(WicaChannelStopPollingEvent wicaChannelStopPollingEvent)