| Package | Description |
|---|---|
| org.openksavi.sponge |
Interfaces for base functionalities.
|
| org.openksavi.sponge.rule |
Interfaces for rules.
|
| Modifier and Type | Field and Description |
|---|---|
static EventMode |
SpongeConstants.DEFAULT_RULE_EVENT_MODE
Default rule event event mode: first.
|
| Modifier and Type | Method and Description |
|---|---|
EventMode |
RuleEventSpec.getMode()
Returns the event mode.
|
static EventMode |
EventMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventMode[] |
EventMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
RuleEventSpec(String name,
EventMode mode) |
RuleEventSpec(String name,
String alias,
EventMode mode) |
Copyright © 2016–2021 Softelnet. All rights reserved.