public interface IDeviceEventMulticaster<T> extends ITenantLifecycleComponent
Modifier and Type | Method and Description |
---|---|
java.util.List<T> |
calculateRoutes(IDeviceEvent event,
IDevice deivice,
IDeviceAssignment assignment)
Calculates the list of routes to which an event should be sent.
|
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
java.util.List<T> calculateRoutes(IDeviceEvent event, IDevice deivice, IDeviceAssignment assignment) throws SiteWhereException
event
- deivice
- assignment
- SiteWhereException