public class DefaultCorrelationKeyGenerator extends Object implements CorrelationKeyGenerator<Map<String,Object>>
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
| Constructor and Description |
|---|
DefaultCorrelationKeyGenerator() |
public String generateKey(Map<String,Object> source)
generateKey in interface CorrelationKeyGenerator<Map<String,Object>>Copyright © 2020 Flowable. All rights reserved.