Class InboundEventStaticKeyDetector<T>
- java.lang.Object
-
- org.flowable.eventregistry.impl.keydetector.InboundEventStaticKeyDetector<T>
-
- All Implemented Interfaces:
InboundEventKeyDetector<T>
public class InboundEventStaticKeyDetector<T> extends Object implements InboundEventKeyDetector<T>
- Author:
- Joram Barrez
-
-
Constructor Summary
Constructors Constructor Description InboundEventStaticKeyDetector(String staticKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringdetectEventDefinitionKey(T payload)StringgetStaticKey()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.flowable.eventregistry.api.InboundEventKeyDetector
detectEventDefinitionKey
-
-
-
-
Field Detail
-
staticKey
protected String staticKey
-
-
Constructor Detail
-
InboundEventStaticKeyDetector
public InboundEventStaticKeyDetector(String staticKey)
-
-
Method Detail
-
detectEventDefinitionKey
public String detectEventDefinitionKey(T payload)
- Specified by:
detectEventDefinitionKeyin interfaceInboundEventKeyDetector<T>
-
getStaticKey
public String getStaticKey()
-
-