java.lang.Object
com.inductiveautomation.ignition.gateway.opcua.server.api.OpcUa

public final class OpcUa extends Object
  • Field Details

    • SHARED_EXECUTOR

      public static final ExecutorService SHARED_EXECUTOR
      A shared ExecutorService for use by the OPC UA module and its drivers.
    • SHARED_SCHEDULED_EXECUTOR

      public static final ScheduledExecutorService SHARED_SCHEDULED_EXECUTOR
      A shared ScheduledExecutorService for use by the OPC UA module and its drivers.
    • SHARED_DISPATCHER

      public static final kotlinx.coroutines.CoroutineDispatcher SHARED_DISPATCHER
      A shared CoroutineDispatcher, using SHARED_EXECUTOR, for use by the OPC UA module and its drivers.
    • SHARED_EVENT_LOOP

      public static final io.netty.channel.EventLoopGroup SHARED_EVENT_LOOP
      A shared EventLoopGroup for use by the OPC UA module and its drivers.
    • SHARED_WHEEL_TIMER

      public static final io.netty.util.HashedWheelTimer SHARED_WHEEL_TIMER
      A shared HashedWheelTimer for use by the OPC UA module and its drivers.