Class TenantAwareExecuteAsyncRunnableFactory

java.lang.Object
org.flowable.job.service.impl.asyncexecutor.multitenant.TenantAwareExecuteAsyncRunnableFactory
All Implemented Interfaces:
ExecuteAsyncRunnableFactory

public class TenantAwareExecuteAsyncRunnableFactory extends Object implements ExecuteAsyncRunnableFactory
Factory that produces a Runnable that executes a JobEntity. Can be used to create special implementations for specific tenants.
Author:
Joram Barrez