public class JsonFieldBasedInboundEventKeyDetector extends Object implements InboundEventKeyDetector<com.fasterxml.jackson.databind.JsonNode>
| Constructor and Description |
|---|
JsonFieldBasedInboundEventKeyDetector(String field) |
| Modifier and Type | Method and Description |
|---|---|
String |
detectEventDefinitionKey(com.fasterxml.jackson.databind.JsonNode event) |
String |
getJsonField() |
protected String field
public JsonFieldBasedInboundEventKeyDetector(String field)
public String detectEventDefinitionKey(com.fasterxml.jackson.databind.JsonNode event)
detectEventDefinitionKey in interface InboundEventKeyDetector<com.fasterxml.jackson.databind.JsonNode>public String getJsonField()
Copyright © 2021 Flowable. All rights reserved.