| Package | Description |
|---|---|
| org.openksavi.sponge.engine |
Interfaces for the engine and base functionalities.
|
| org.openksavi.sponge.engine.processing |
Interfaces for processing units and related functionalities.
|
| Modifier and Type | Method and Description |
|---|---|
Processable |
ProcessableThreadPool.getProcessable()
Returns the processable.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessableThreadPool |
ThreadPoolManager.createMainProcessingUnitDecomposedQueueThreadPool(Processable processable)
Creates a new thread pool used by the Main Processing Unit for listening to the decomposed queue.
|
| 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.
|
Copyright © 2016–2019 Softelnet. All rights reserved.