Class EpicsChannelConnectionChangeSubscriber.EpicsChannelConnectionStateChangeNotifier

java.lang.Object
ch.psi.wica.controlsystem.epics.channel.EpicsChannelConnectionChangeSubscriber.EpicsChannelConnectionStateChangeNotifier
Enclosing class:
EpicsChannelConnectionChangeSubscriber

@Component public static class EpicsChannelConnectionChangeSubscriber.EpicsChannelConnectionStateChangeNotifier extends Object
Handles notification of EPICS channel connection state changes.
  • Constructor Details

    • EpicsChannelConnectionStateChangeNotifier

      public EpicsChannelConnectionStateChangeNotifier()
  • Method Details

    • callHandler

      @Async("EpicsChannelConnectionChangeSubscriberTaskExecutor") public void callHandler(ControlSystemName controlSystemName, Consumer<Boolean> connectionChangeHandler, boolean isConnected)