Class TenantAwareExecuteAsyncRunnable

java.lang.Object
org.flowable.job.service.impl.asyncexecutor.ExecuteAsyncRunnable
org.flowable.job.service.impl.asyncexecutor.multitenant.TenantAwareExecuteAsyncRunnable
All Implemented Interfaces:
Runnable

public class TenantAwareExecuteAsyncRunnable extends ExecuteAsyncRunnable
Extends the default ExecuteAsyncRunnable by setting the 'tenant' context before executing.
Author:
Joram Barrez