| Package | Description |
|---|---|
| org.openksavi.sponge.correlator |
Interfaces for correlators.
|
| org.openksavi.sponge.kb |
Interfaces for knowledge bases and related functionalities.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CorrelatorOnAcceptAsFirstCallback.onAcceptAsFirst(Correlator correlator,
Event event) |
void |
CorrelatorOnDurationCallback.onDuration(Correlator correlator) |
void |
CorrelatorOnEventCallback.onEvent(Correlator correlator,
Event event) |
| Modifier and Type | Method and Description |
|---|---|
CorrelatorBuilder |
CorrelatorBuilder.withOnInit(ProcessorOnInitCallback<Correlator> onInitCallback) |
| Modifier and Type | Method and Description |
|---|---|
void |
KnowledgeBaseEngineOperations.disableJavaCorrelator(Class<? extends Correlator> correlatorClass)
Disables the Java-based correlator.
|
void |
KnowledgeBaseEngineOperations.enableJavaCorrelator(Class<? extends Correlator> correlatorClass)
Enables the Java-based correlator.
|
Copyright © 2016–2019 Softelnet. All rights reserved.