| Package | Description |
|---|---|
| org.openksavi.sponge |
Interfaces for base functionalities.
|
| org.openksavi.sponge.engine |
Interfaces for the engine and base functionalities.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EngineOperations.selectCategory(String categoryName,
ProcessorPredicate predicate)
Dynamically selects processors of all types that are to assigned to the category.
|
void |
EngineOperations.selectCategory(String categoryName,
ProcessorType processorType,
ProcessorPredicate predicate)
Dynamically selects processors that are to assigned to the category.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpongeEngine.selectCategory(String categoryName,
ProcessorPredicate predicate)
Dynamically selects processors of all types that are to assigned to the category.
|
void |
SpongeEngine.selectCategory(String categoryName,
ProcessorType processorType,
ProcessorPredicate predicate)
Dynamically selects processors that are to assigned to the category.
|
Copyright © 2016–2021 Softelnet. All rights reserved.