| 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.event |
Interfaces for events and related functionalities.
|
| org.openksavi.sponge.filter |
Interfaces for filters.
|
| org.openksavi.sponge.rule |
Interfaces for rules.
|
| org.openksavi.sponge.trigger |
Interfaces for triggers.
|
| org.openksavi.sponge.type | |
| org.openksavi.sponge.type.value |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EventProcessorMeta
An event processor metadata.
|
interface |
EventSetProcessorMeta
An event set processor metadata.
|
interface |
ProcessorMeta
A processor metadata.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CategoryMeta
A category metadata.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ActionMeta
An action metadata.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IsActionActiveContext
A context for the
onIsActive callback method. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CorrelatorMeta
A correlator metadata.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ControlEvent
Control event.
|
interface |
Event
An event.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FilterMeta
A filter metadata.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RuleMeta
A rule metadata.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TriggerMeta
A trigger metadata.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnyType
Any type.
|
class |
BinaryType
A binary (byte array) type.
|
class |
BooleanType
A boolean type.
|
class |
CollectionType<T>
A collection type.
|
class |
DataType<T>
A data type.
|
class |
DateTimeType
A date/time type.
|
class |
DynamicType
An dynamic type representing dynamically typed values.
|
class |
InputStreamType
An input stream type.
|
class |
IntegerType
An integer type that supports long as well (internally uses
Number). |
class |
ListType<E>
A list type.
|
class |
MapType<K,V>
A map type.
|
class |
NumberType
A number type, that include both integer and floating-point numbers.
|
class |
ObjectType<T>
An object.
|
class |
OutputStreamType
A stream type.
|
class |
RecordType
A record type.
|
class |
StringType
A string type.
|
class |
TypeType
A type representing a data type.
|
class |
VoidType
A void type that may be used to specify that an action returns no meaningful result.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotatedValue<T>
An annotated value.
|
Copyright © 2016–2021 Softelnet. All rights reserved.