| 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.engine.processing |
Interfaces for processing units and related 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 |
Processor<T extends ProcessorAdapter<?>>
Processor.
|
interface |
ProcessorAdapterFactory<T extends ProcessorAdapter<?>>
Processor adapter factory.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EventProcessorAdapter<T extends EventProcessor<?>>
Event processor adapter.
|
interface |
EventSetProcessorAdapter<T extends EventSetProcessor<?>>
Event set processor adapter.
|
interface |
EventSetProcessorAdapterGroup<T extends EventSetProcessorAdapter>
Event set processor adapter group.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ActionAdapter
Action adapter.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CorrelatorAdapter
Correlator adapter.
|
interface |
CorrelatorAdapterGroup
Correlator adapter group.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ProcessorAdapter> |
ProcessorType.getAdapterClass() |
List<ProcessorAdapter> |
ProcessorManager.getAllProcessorAdapters()
Returns all processor adapters.
|
List<ProcessorAdapter> |
SpongeEngine.getProcessors() |
| Modifier and Type | Method and Description |
|---|---|
void |
SpongeEngine.handleError(ProcessorAdapter<?> processorAdapter,
Throwable e)
Handles the error.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MainProcessingUnitHandler.processEvent(ProcessorAdapter<?> adatper,
Event event)
Processes the incoming event by the specified processor.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FilterAdapter
Filer adapter.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RuleAdapter
Rule adapter.
|
interface |
RuleAdapterGroup
Rule adapter group.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TriggerAdapter
Trigger adapter.
|
Copyright © 2016–2021 Softelnet. All rights reserved.