Class OpcDaConfiguration

java.lang.Object
cn.mindit.atom.opc.da.config.OpcDaConfiguration
All Implemented Interfaces:
EventListener, org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationStartedEvent>, org.springframework.core.Ordered

@Configuration public class OpcDaConfiguration extends Object implements org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationStartedEvent>, org.springframework.core.Ordered
Since:
2024-07-24
Author:
Catch
  • Constructor Details

    • OpcDaConfiguration

      public OpcDaConfiguration()
  • Method Details

    • onApplicationEvent

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

      public static void addListener(AutoReconnectController controller, WriteableAccessBase access, List<OpcDaConsumer> consumers)
    • getOrder

      public int getOrder()
      Specified by:
      getOrder in interface org.springframework.core.Ordered