T
- public interface IDeviceEventEncoder<T>
Modifier and Type | Method and Description |
---|---|
T |
encode(IDecodedDeviceRequest<?> request)
Encode an
IDecodedDeviceRequest into another representation. |
T encode(IDecodedDeviceRequest<?> request) throws SiteWhereException
IDecodedDeviceRequest
into another representation.request
- device event request to encodeSiteWhereException
- if request can not be encoded