Package ch.psi.wica.services.channel
Class WicaChannelPollMonitorService
java.lang.Object
ch.psi.wica.services.channel.WicaChannelPollMonitorService
A service for polling EPICS channels at a configurable rate and for
publishing the results using the Spring event service.
-
Constructor Summary
ConstructorsConstructorDescriptionWicaChannelPollMonitorService
(org.springframework.context.ApplicationEventPublisher applicationEventPublisher) -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleWicaChannelStartPollingEvent
(WicaChannelStartPollingEvent wicaChannelStartPollingEvent) void
handleWicaChannelStopPollingEvent
(WicaChannelStopPollingEvent wicaChannelStopPollingEvent)
-
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)
-