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