public interface JobContext extends Serializable
Modifier and Type | Method and Description |
---|---|
default Optional<InternalKnowledgeRuntime> |
getInternalKnowledgeRuntime() |
JobHandle |
getJobHandle() |
InternalWorkingMemory |
getWorkingMemory() |
void |
setJobHandle(JobHandle jobHandle)
This method should only be called by the scheduler
|
void setJobHandle(JobHandle jobHandle)
JobHandle getJobHandle()
InternalWorkingMemory getWorkingMemory()
default Optional<InternalKnowledgeRuntime> getInternalKnowledgeRuntime()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.