Class InboundEventStaticTenantDetector<T>
- java.lang.Object
-
- org.flowable.eventregistry.impl.tenantdetector.InboundEventStaticTenantDetector<T>
-
- All Implemented Interfaces:
InboundEventTenantDetector<T>
public class InboundEventStaticTenantDetector<T> extends Object implements InboundEventTenantDetector<T>
- Author:
- Joram Barrez
-
-
Field Summary
Fields Modifier and Type Field Description protected StringstaticTenantId
-
Constructor Summary
Constructors Constructor Description InboundEventStaticTenantDetector(String staticTenantId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringdetectTenantId(T payload)StringgetStaticTenantId()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.flowable.eventregistry.api.InboundEventTenantDetector
detectTenantId
-
-
-
-
Field Detail
-
staticTenantId
protected String staticTenantId
-
-
Constructor Detail
-
InboundEventStaticTenantDetector
public InboundEventStaticTenantDetector(String staticTenantId)
-
-
Method Detail
-
detectTenantId
public String detectTenantId(T payload)
- Specified by:
detectTenantIdin interfaceInboundEventTenantDetector<T>
-
getStaticTenantId
public String getStaticTenantId()
-
-