Class DuplicateDetectionIdGenerator
- java.lang.Object
-
- org.tkit.rhpam.quarkus.messaging.duplicate.DuplicateDetectionIdGenerator
-
public class DuplicateDetectionIdGenerator extends Object
Utility class to support creation of unique duplicate detection keys
-
-
Constructor Summary
Constructors Constructor Description DuplicateDetectionIdGenerator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringget(String deploymentId, String processId, Object referenceBid, String referenceKey)The most basic duplication detection id is based on full business process context and midnight marker
-
-
-
Method Detail
-
get
public static String get(String deploymentId, String processId, Object referenceBid, String referenceKey)
The most basic duplication detection id is based on full business process context and midnight marker- Parameters:
deploymentId- the deployment ID.processId- the ID of the processreferenceBid- business reference bid to be defined in the step logsreferenceKey- the reference key.- Returns:
- upper case concatenation of above
-
-