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