| Package | Description |
|---|---|
| org.openksavi.sponge.engine |
Interfaces for the engine and base functionalities.
|
| org.openksavi.sponge.engine.event |
Interfaces for event related functionalities.
|
| org.openksavi.sponge.engine.processing |
Interfaces for processing units and related functionalities.
|
| org.openksavi.sponge.plugin |
Interfaces for plugins.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ActionManager
Action Manager.
|
interface |
ConfigurationManager
Configuration manager interface.
|
interface |
Engine
The engine.
|
interface |
EngineModule
An engine module.
|
interface |
EventQueueManager
Event Queue Manager.
|
interface |
KnowledgeBaseManager
Knowledge Base Manager.
|
interface |
PluginManager
Plugin Manager.
|
interface |
ProcessingUnitManager
Processing Unit Manager.
|
interface |
ProcessorManager
Processor manager.
|
interface |
StatisticsManager
Statistics Manager.
|
interface |
ThreadPoolManager
Thread Pool Manager.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EventQueue
Event queue.
|
interface |
EventScheduler
Event scheduler.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FilterProcessingUnit
Filter processing unit that handles filters.
|
interface |
MainProcessingUnit
Main processing unit that handles triggers, rules and correlators.
|
interface |
ProcessingUnit<T extends EventProcessorAdapter<?>>
Processing Unit.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Plugin
A plugin.
|
Copyright © 2016–2017 Softelnet. All rights reserved.