Package com.smartgridready.communicator.async.callable
-
Interface Summary Interface Description ReadFunction<R> Defines the interface of a read function.WriteFunction<V> Defines the interface of a write function. -
Class Summary Class Description AsyncResult<T> Implements an asynchronous process result.BaseCallable<T> Base class for callable methods on SGr devices.DeviceReadCallable<T> Callable that wraps a device read command.DeviceWriteCallable<T> Callable that wraps a device write command.