Uses of Class
org.kie.internal.runtime.manager.context.CorrelationKeyContext
-
Packages that use CorrelationKeyContext Package Description org.kie.internal.runtime.manager.context -
-
Uses of CorrelationKeyContext in org.kie.internal.runtime.manager.context
Methods in org.kie.internal.runtime.manager.context that return CorrelationKeyContext Modifier and Type Method Description static CorrelationKeyContext
CorrelationKeyContext. get()
Returns new instance ofCorrelationKeyContext
without correlation key.static CorrelationKeyContext
CorrelationKeyContext. get(CorrelationKey key)
Returns new instance ofCorrelationKeyContext
with correlation key of already existing process instance
-