Class DeviceReadCallable<T>

  • Type Parameters:
    T - Type of the value returned by the device read command.
    All Implemented Interfaces:
    java.util.concurrent.Callable<AsyncResult<T>>

    public class DeviceReadCallable<T>
    extends BaseCallable<T>
    Callable that wraps a device read command.
    • Constructor Detail

      • DeviceReadCallable

        public DeviceReadCallable​(ReadFunction<T> readFunction,
                                  java.lang.String profileName,
                                  java.lang.String dataPointName)
        Constructs a new instance.
        Parameters:
        readFunction - the read function to execute
        profileName - the functional profile name
        dataPointName - the data point name