Uses of Interface
de.hybris.platform.ruleengine.concurrency.TaskResult
-
-
Uses of TaskResult in de.hybris.platform.ruleengine.concurrency
Classes in de.hybris.platform.ruleengine.concurrency with type parameters of type TaskResult Modifier and Type Interface Description interfaceRuleEngineTaskProcessor<I extends ItemModel,T extends TaskResult>Interface encapsulating the behavior of multi-thread executing in tenant-aware contextinterfaceTaskExecutionFuture<T extends TaskResult>Interface for the task execution future to keep the state of the executing task/threads -
Uses of TaskResult in de.hybris.platform.ruleengine.concurrency.impl
Methods in de.hybris.platform.ruleengine.concurrency.impl that return TaskResult Modifier and Type Method Description TaskResultDefaultTaskExecutionFuture. getTaskResult()Methods in de.hybris.platform.ruleengine.concurrency.impl that return types with arguments of type TaskResult Modifier and Type Method 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) -
Uses of TaskResult in de.hybris.platform.ruleengine.impl
Methods in de.hybris.platform.ruleengine.impl that return types with arguments of type TaskResult Modifier and Type Method Description protected RuleEngineTaskProcessor<AbstractRuleEngineRuleModel,TaskResult>DefaultPlatformRuleEngineService. getEngineRulesPersistingTaskProcessor()Method parameters in de.hybris.platform.ruleengine.impl with type arguments of type TaskResult Modifier and Type Method Description voidDefaultPlatformRuleEngineService. setEngineRulesPersistingTaskProcessor(RuleEngineTaskProcessor<AbstractRuleEngineRuleModel,TaskResult> engineRulesPersistingTaskProcessor) -
Uses of TaskResult in de.hybris.platform.ruleengine.init
Classes in de.hybris.platform.ruleengine.init that implement TaskResult Modifier and Type Class Description classRuleDeploymentTaskResultRules-deployment specific implementation for theTaskResultMethods in de.hybris.platform.ruleengine.init that return TaskResult Modifier and Type Method Description TaskResultRulePublishingFuture. getTaskResult() -
Uses of TaskResult in de.hybris.platform.ruleengineservices.maintenance
Classes in de.hybris.platform.ruleengineservices.maintenance that implement TaskResult Modifier and Type Class Description classRuleCompilerTaskResultImplementation ofTaskResultfor rules compilationMethods in de.hybris.platform.ruleengineservices.maintenance that return TaskResult Modifier and Type Method Description TaskResultRuleCompilerFuture. getTaskResult()Blocks until the task execution finishes (all threads join) and returns the list ofRuleCompilerResult
-