Class OpcUa
java.lang.Object
com.inductiveautomation.ignition.gateway.opcua.server.api.OpcUa
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final kotlinx.coroutines.CoroutineDispatcherA sharedCoroutineDispatcher, usingSHARED_EXECUTOR, for use by the OPC UA module and its drivers.static final io.netty.channel.EventLoopGroupA sharedEventLoopGroupfor use by the OPC UA module and its drivers.static final ExecutorServiceA sharedExecutorServicefor use by the OPC UA module and its drivers.static final ScheduledExecutorServiceA sharedScheduledExecutorServicefor use by the OPC UA module and its drivers.static final io.netty.util.HashedWheelTimerA sharedHashedWheelTimerfor use by the OPC UA module and its drivers. -
Method Summary
-
Field Details
-
SHARED_EXECUTOR
A sharedExecutorServicefor use by the OPC UA module and its drivers. -
SHARED_SCHEDULED_EXECUTOR
A sharedScheduledExecutorServicefor use by the OPC UA module and its drivers. -
SHARED_DISPATCHER
public static final kotlinx.coroutines.CoroutineDispatcher SHARED_DISPATCHERA sharedCoroutineDispatcher, usingSHARED_EXECUTOR, for use by the OPC UA module and its drivers. -
SHARED_EVENT_LOOP
public static final io.netty.channel.EventLoopGroup SHARED_EVENT_LOOPA sharedEventLoopGroupfor use by the OPC UA module and its drivers. -
SHARED_WHEEL_TIMER
public static final io.netty.util.HashedWheelTimer SHARED_WHEEL_TIMERA sharedHashedWheelTimerfor use by the OPC UA module and its drivers.
-