public class InboundEventStaticKeyDetector<T> extends Object implements InboundEventKeyDetector<T>
| Constructor and Description |
|---|
InboundEventStaticKeyDetector(String staticKey) |
| Modifier and Type | Method and Description |
|---|---|
String |
detectEventDefinitionKey(T event) |
String |
getStaticKey() |
protected String staticKey
public InboundEventStaticKeyDetector(String staticKey)
public String detectEventDefinitionKey(T event)
detectEventDefinitionKey in interface InboundEventKeyDetector<T>public String getStaticKey()
Copyright © 2021 Flowable. All rights reserved.