| Interface | Description |
|---|---|
| IActionHandler |
Interface to implement by handlers of actions (defined in rules associated with event patterns).
|
| ICepRule |
Standard data structure for associating
EventPatterns with CepJobs to be executed when patterns get
matched. |
| Class | Description |
|---|---|
| CepJob<IObservableComplexEventPattern> |
CEP-specific EVM
Job. |
| DefaultCepRule |
Default implementation of the
ICepRule interface. |