Package org.flowable.eventregistry.impl
Class DefaultCorrelationKeyGenerator
java.lang.Object
org.flowable.eventregistry.impl.DefaultCorrelationKeyGenerator
- All Implemented Interfaces:
CorrelationKeyGenerator<Map<String,
Object>>
public class DefaultCorrelationKeyGenerator
extends Object
implements CorrelationKeyGenerator<Map<String,Object>>
Default implementation of the
CorrelationKeyGenerator
interface.
This implementation provides a single hash value based on the data passed in.
All values in the data are used to generate the key.
This implementation is inspired by the Spring Batch DefaultJobKeyGenerator
- Author:
- Filip Hrisafov
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultCorrelationKeyGenerator
public DefaultCorrelationKeyGenerator()
-
-
Method Details
-
generateKey
- Specified by:
generateKey
in interfaceCorrelationKeyGenerator<Map<String,
Object>>
-