public interface IInboundEventProcessor extends ITenantLifecycleComponent
Modifier and Type | Method and Description |
---|---|
void |
onDeviceAlertCreateRequest(java.lang.String hardwareId,
java.lang.String originator,
IDeviceAlertCreateRequest request)
Called to request the creation of a new
IDeviceAlert based on the
given information. |
void |
onDeviceCommandResponseRequest(java.lang.String hardwareId,
java.lang.String originator,
IDeviceCommandResponseCreateRequest request)
Called when an
IDeviceCommandResponseCreateRequest is received. |
void |
onDeviceLocationCreateRequest(java.lang.String hardwareId,
java.lang.String originator,
IDeviceLocationCreateRequest request)
Called to request the creation of a new
IDeviceLocation based on
the given information. |
void |
onDeviceMappingCreateRequest(java.lang.String hardwareId,
java.lang.String originator,
IDeviceMappingCreateRequest request)
Called to request that a device be mapped to a path on a composite
device.
|
void |
onDeviceMeasurementsCreateRequest(java.lang.String hardwareId,
java.lang.String originator,
IDeviceMeasurementsCreateRequest request)
Called to request the creation of a new
IDeviceMeasurements based
on the given information. |
void |
onDeviceStateChangeCreateRequest(java.lang.String hardwareId,
java.lang.String originator,
IDeviceStateChangeCreateRequest request)
Called to request the creation of a new
IDeviceStateChange based
on the given information. |
void |
onDeviceStreamCreateRequest(java.lang.String hardwareId,
java.lang.String originator,
IDeviceStreamCreateRequest request)
Called to request the creation of a new
IDeviceStream based on
the given information. |
void |
onDeviceStreamDataCreateRequest(java.lang.String hardwareId,
java.lang.String originator,
IDeviceStreamDataCreateRequest request)
Called to request the creation of a new
IDeviceStreamData based
on the given information. |
void |
onRegistrationRequest(java.lang.String hardwareId,
java.lang.String originator,
IDeviceRegistrationRequest request)
Called when a
IDeviceRegistrationRequest is received. |
void |
onSendDeviceStreamDataRequest(java.lang.String hardwareId,
java.lang.String originator,
ISendDeviceStreamDataRequest request)
Called to request that a chunk of
IDeviceStreamData be sent to a
device. |
getTenant, setTenant
canPause, findComponentsOfType, getComponentId, getComponentName, getComponentType, getCreatedDate, getLifecycleComponents, getLifecycleError, getLifecycleStatus, getLogger, initialize, initializeNestedComponent, lifecycleInitialize, lifecyclePause, lifecycleStart, lifecycleStop, lifecycleStop, logState, pause, start, startNestedComponent, stop, stop
void onRegistrationRequest(java.lang.String hardwareId, java.lang.String originator, IDeviceRegistrationRequest request) throws SiteWhereException
IDeviceRegistrationRequest
is received.hardwareId
- originator
- request
- SiteWhereException
void onDeviceCommandResponseRequest(java.lang.String hardwareId, java.lang.String originator, IDeviceCommandResponseCreateRequest request) throws SiteWhereException
IDeviceCommandResponseCreateRequest
is received.hardwareId
- originator
- request
- SiteWhereException
void onDeviceMeasurementsCreateRequest(java.lang.String hardwareId, java.lang.String originator, IDeviceMeasurementsCreateRequest request) throws SiteWhereException
IDeviceMeasurements
based
on the given information.hardwareId
- originator
- request
- SiteWhereException
void onDeviceLocationCreateRequest(java.lang.String hardwareId, java.lang.String originator, IDeviceLocationCreateRequest request) throws SiteWhereException
IDeviceLocation
based on
the given information.hardwareId
- originator
- request
- SiteWhereException
void onDeviceAlertCreateRequest(java.lang.String hardwareId, java.lang.String originator, IDeviceAlertCreateRequest request) throws SiteWhereException
IDeviceAlert
based on the
given information.hardwareId
- originator
- request
- SiteWhereException
void onDeviceStateChangeCreateRequest(java.lang.String hardwareId, java.lang.String originator, IDeviceStateChangeCreateRequest request) throws SiteWhereException
IDeviceStateChange
based
on the given information.hardwareId
- originator
- request
- SiteWhereException
void onDeviceStreamCreateRequest(java.lang.String hardwareId, java.lang.String originator, IDeviceStreamCreateRequest request) throws SiteWhereException
IDeviceStream
based on
the given information.hardwareId
- originator
- request
- SiteWhereException
void onDeviceStreamDataCreateRequest(java.lang.String hardwareId, java.lang.String originator, IDeviceStreamDataCreateRequest request) throws SiteWhereException
IDeviceStreamData
based
on the given information.hardwareId
- originator
- request
- SiteWhereException
void onSendDeviceStreamDataRequest(java.lang.String hardwareId, java.lang.String originator, ISendDeviceStreamDataRequest request) throws SiteWhereException
IDeviceStreamData
be sent to a
device.hardwareId
- originator
- request
- SiteWhereException
void onDeviceMappingCreateRequest(java.lang.String hardwareId, java.lang.String originator, IDeviceMappingCreateRequest request) throws SiteWhereException
hardwareId
- originator
- request
- SiteWhereException