Package org.kie.internal.process
Interface CorrelationKeyFactory
-
- All Superinterfaces:
Comparable<org.kie.api.internal.utils.KieService>
,org.kie.api.internal.utils.KieService
public interface CorrelationKeyFactory extends org.kie.api.internal.utils.KieService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CorrelationKey
newCorrelationKey(String businessKey)
CorrelationKey
newCorrelationKey(List<String> businessKeys)
-
-
-
Method Detail
-
newCorrelationKey
CorrelationKey newCorrelationKey(String businessKey)
-
newCorrelationKey
CorrelationKey newCorrelationKey(List<String> businessKeys)
-
-