Class OpcUa
java.lang.Object
com.inductiveautomation.ignition.gateway.opcua.server.api.OpcUa
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final kotlinx.coroutines.CoroutineDispatcher
A sharedCoroutineDispatcher
, usingSHARED_EXECUTOR
, for use by the OPC UA module and its drivers.static final io.netty.channel.EventLoopGroup
A sharedEventLoopGroup
for use by the OPC UA module and its drivers.static final ExecutorService
A sharedExecutorService
for use by the OPC UA module and its drivers.static final ScheduledExecutorService
A sharedScheduledExecutorService
for use by the OPC UA module and its drivers.static final io.netty.util.HashedWheelTimer
A sharedHashedWheelTimer
for use by the OPC UA module and its drivers. -
Method Summary
-
Field Details
-
SHARED_EXECUTOR
A sharedExecutorService
for use by the OPC UA module and its drivers. -
SHARED_SCHEDULED_EXECUTOR
A sharedScheduledExecutorService
for 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 sharedEventLoopGroup
for use by the OPC UA module and its drivers. -
SHARED_WHEEL_TIMER
public static final io.netty.util.HashedWheelTimer SHARED_WHEEL_TIMERA sharedHashedWheelTimer
for use by the OPC UA module and its drivers.
-