public class XpathBasedInboundEventKeyDetector extends Object implements InboundEventKeyDetector<Document>
| Modifier and Type | Field and Description |
|---|---|
protected String |
xpathExpression |
| Constructor and Description |
|---|
XpathBasedInboundEventKeyDetector(String xpathExpression) |
| Modifier and Type | Method and Description |
|---|---|
String |
detectEventDefinitionKey(Document payload) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdetectEventDefinitionKeyprotected String xpathExpression
public XpathBasedInboundEventKeyDetector(String xpathExpression)
public String detectEventDefinitionKey(Document payload)
detectEventDefinitionKey in interface InboundEventKeyDetector<Document>Copyright © 2022 Flowable. All rights reserved.