public class EventKeySelector extends Object implements UnaryOperator<com.fasterxml.jackson.databind.node.ObjectNode>, Serializable
Keep in mind that the key is used for hashing, so make sure the order of key fields is stable.
Constructor and Description |
---|
EventKeySelector(List<Map.Entry<String,String>> namedAliasPaths) |
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.node.ObjectNode |
apply(com.fasterxml.jackson.databind.node.ObjectNode valueNode) |
static EventKeySelector |
createFromMessageKeyFields(com.fasterxml.jackson.databind.JsonNode messageKeyFields) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
identity
public com.fasterxml.jackson.databind.node.ObjectNode apply(com.fasterxml.jackson.databind.node.ObjectNode valueNode)
public static EventKeySelector createFromMessageKeyFields(com.fasterxml.jackson.databind.JsonNode messageKeyFields)
Copyright © 2025. All rights reserved.