| Modifier and Type | Method and Description |
|---|---|
TaskExecutionFuture<T> |
RuleEngineTaskProcessor.execute(java.util.List<I> items,
java.util.function.Consumer<java.util.List<I>> taskConsumer)
Process the items in the list in multi-thread mode with provided items consumer
|
TaskExecutionFuture<T> |
RuleEngineTaskProcessor.execute(java.util.List<I> items,
java.util.function.Consumer<java.util.List<I>> taskConsumer,
long predestroyTimeout)
Process the items in the list in multi-thread mode with provided items consumer
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTaskExecutionFuture
Default barebones implementation of
TaskExecutionFuture |
| Modifier and Type | Method and Description |
|---|---|
TaskExecutionFuture<TaskResult> |
DefaultRuleEngineTaskProcessor.execute(java.util.List<I> items,
java.util.function.Consumer<java.util.List<I>> taskConsumer) |
TaskExecutionFuture<TaskResult> |
DefaultRuleEngineTaskProcessor.execute(java.util.List<I> items,
java.util.function.Consumer<java.util.List<I>> taskConsumer,
long predestroyTimeout) |
| Modifier and Type | Class and Description |
|---|---|
class |
RulePublishingFuture
The customized implementation for
TaskExecutionFuture for the Rules publishing task |
| Modifier and Type | Class and Description |
|---|---|
class |
RuleCompilerFuture
The implementation of the rules compilation task future, used to collect the
RuleCompilerResult and wait for the
workers to join the main thread |
Copyright © 2018 SAP SE. All Rights Reserved.