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 Details

    • staticTenantId

      protected String staticTenantId
  • Constructor Details

    • InboundEventStaticTenantDetector

      public InboundEventStaticTenantDetector(String staticTenantId)
  • Method Details