Class StringCorrelationKey
- java.lang.Object
-
- io.automatiko.engine.services.correlation.StringCorrelationKey
-
- All Implemented Interfaces:
CorrelationKey
public class StringCorrelationKey extends Object implements CorrelationKey
-
-
Constructor Summary
Constructors Constructor Description StringCorrelationKey(String correlationKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()List<CorrelationProperty<?>>getProperties()StringtoExternalForm()
-
-
-
Constructor Detail
-
StringCorrelationKey
public StringCorrelationKey(String correlationKey)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceCorrelationKey
-
getProperties
public List<CorrelationProperty<?>> getProperties()
- Specified by:
getPropertiesin interfaceCorrelationKey
-
toExternalForm
public String toExternalForm()
- Specified by:
toExternalFormin interfaceCorrelationKey
-
-