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 event) |
String |
getStaticTenantId() |
protected String staticTenantId
public InboundEventStaticTenantDetector(String staticTenantId)
public String detectTenantId(T event)
detectTenantId in interface InboundEventTenantDetector<T>public String getStaticTenantId()
Copyright © 2021 Flowable. All rights reserved.