| Interface | Description |
|---|---|
| IDeviceEventFilter |
Simple interface to support event filtering.
|
| IFilteredOutboundEventProcessor |
Adds concept of filtering to outbound event processors.
|
| IInboundEventProcessor |
Allows interested entities to interact with SiteWhere inbound event
processing.
|
| IInboundEventProcessorChain |
Holds a list of
IInboundEventProcessor objects that are invoked in
order. |
| IMulticastingOutboundEventProcessor<T> |
Extends
IOutboundEventProcessor with routing capabilities. |
| IOutboundEventProcessor |
Allows intereseted entities to interact with SiteWhere outbound event
processing.
|
| IOutboundEventProcessorChain |
Holds a list of
IOutboundEventProcessor objects that are invoked in
order. |