| Package | Description |
|---|---|
| org.openksavi.sponge |
Interfaces for base functionalities.
|
| org.openksavi.sponge.action |
Interfaces for actions.
|
| org.openksavi.sponge.correlator |
Interfaces for correlators.
|
| org.openksavi.sponge.engine |
Interfaces for the engine and base functionalities.
|
| org.openksavi.sponge.filter |
Interfaces for filters.
|
| org.openksavi.sponge.rule |
Interfaces for rules.
|
| org.openksavi.sponge.trigger |
Interfaces for triggers.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EventProcessorDefinition
Event processor definition.
|
interface |
EventSetProcessorDefinition
Event set processor definition.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessorDefinition |
ProcessorAdapter.getDefinition()
Returns processor definition.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ActionDefinition
Action definition.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CorrelatorDefinition
Correlator definition.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Processor> |
ProcessorManager.createProcessorInstance(ProcessorDefinition definition,
Class<T> cls)
Creates a new uninitialized processor instance.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FilterDefinition
Filter definition.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RuleDefinition
Rule definition.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TriggerDefinition
Trigger definition.
|
Copyright © 2016–2018 Softelnet. All rights reserved.