Package 

Class WithCorrelationsKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static VariableMap newCorrelations() Creates a new correlation map.
      final static VariableMap addCorrelation(VariableMap $self, String entryType, String entryId) Adds correlation to current correlation map.
      final static Object removeCorrelation(VariableMap $self, String entryType) Remove correlation from current correlation map.
      final static String getCorrelation(VariableMap $self, String entryType) Retrieve correlation for given entry type.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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.