public class InboundEventStaticTenantDetector<T> extends Object implements InboundEventTenantDetector<T>
| Modifier and Type | Field and Description |
|---|---|
protected String |
staticTenantId |
| Constructor and Description |
|---|
InboundEventStaticTenantDetector(String staticTenantId) |
| Modifier and Type | Method and Description |
|---|---|
String |
detectTenantId(T payload) |
String |
getStaticTenantId() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdetectTenantIdprotected String staticTenantId
public InboundEventStaticTenantDetector(String staticTenantId)
public String detectTenantId(T payload)
detectTenantId in interface InboundEventTenantDetector<T>public String getStaticTenantId()
Copyright © 2022 Flowable. All rights reserved.