Class IdempotencyKey
java.lang.Object
com.trendyol.jdempotent.core.model.IdempotencyKey
- All Implemented Interfaces:
Serializable
public class IdempotencyKey extends Object implements Serializable
Wraps the combine of application name, listener name and incoming event value hash
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description IdempotencyKey()
IdempotencyKey(String keyValue)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object obj)
String
getKeyValue()
int
hashCode()
void
setKeyValue(String keyValue)
String
toString()
-
Constructor Details
-
IdempotencyKey
public IdempotencyKey() -
IdempotencyKey
-
-
Method Details