@FunctionalInterface public interface InboundEventKeyDetector<T>
| Modifier and Type | Method and Description |
|---|---|
default String |
detectEventDefinitionKey(FlowableEventInfo<T> event) |
String |
detectEventDefinitionKey(T payload) |
default String detectEventDefinitionKey(FlowableEventInfo<T> event)
Copyright © 2022 Flowable. All rights reserved.