Class DeviceWriteCallable<T>

  • Type Parameters:
    T - The type of the value written to the device.
    All Implemented Interfaces:
    java.util.concurrent.Callable<AsyncResult<T>>

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

      • DeviceWriteCallable

        public DeviceWriteCallable​(WriteFunction<T> writeFunction,
                                   java.lang.String profileName,
                                   java.lang.String dataPointName)