-
- All Implemented Interfaces:
public final class WithCorrelationsKt
-
-
Method Summary
Modifier and Type Method Description final static VariableMapnewCorrelations()Creates a new correlation map. final static VariableMapaddCorrelation(VariableMap $self, String entryType, String entryId)Adds correlation to current correlation map. final static ObjectremoveCorrelation(VariableMap $self, String entryType)Remove correlation from current correlation map. final static StringgetCorrelation(VariableMap $self, String entryType)Retrieve correlation for given entry type. -
-
Method Detail
-
newCorrelations
final static VariableMap newCorrelations()
Creates a new correlation map.
-
addCorrelation
final static VariableMap addCorrelation(VariableMap $self, String entryType, String entryId)
Adds correlation to current correlation map.
-
removeCorrelation
final static Object removeCorrelation(VariableMap $self, String entryType)
Remove correlation from current correlation map.
-
getCorrelation
final static String getCorrelation(VariableMap $self, String entryType)
Retrieve correlation for given entry type.
-
-
-
-