Class QuartzRefreshableJobConfiguration.QuartzRefreshableJobConfigurationBuilder
- java.lang.Object
-
- com.aquima.interactions.process.scheduler.utility.builder.AbstractSchedulerJobConfigurationBuilder<QuartzRefreshableJobConfiguration>
-
- com.aquima.interactions.process.scheduler.utility.QuartzRefreshableJobConfiguration.QuartzRefreshableJobConfigurationBuilder
-
- Enclosing class:
- QuartzRefreshableJobConfiguration
public static class QuartzRefreshableJobConfiguration.QuartzRefreshableJobConfigurationBuilder extends AbstractSchedulerJobConfigurationBuilder<QuartzRefreshableJobConfiguration>
-
-
Constructor Summary
Constructors Constructor Description QuartzRefreshableJobConfigurationBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QuartzRefreshableJobConfiguration
build()
QuartzRefreshableJobConfiguration.QuartzRefreshableJobConfigurationBuilder
withProcessEngineId(ProcessEngineID processEngineId)
QuartzRefreshableJobConfiguration.QuartzRefreshableJobConfigurationBuilder
withTenantId(String tenantId)
-
-
-
Method Detail
-
build
public QuartzRefreshableJobConfiguration build()
- Specified by:
build
in classAbstractSchedulerJobConfigurationBuilder<QuartzRefreshableJobConfiguration>
-
withTenantId
public QuartzRefreshableJobConfiguration.QuartzRefreshableJobConfigurationBuilder withTenantId(String tenantId)
-
withProcessEngineId
public QuartzRefreshableJobConfiguration.QuartzRefreshableJobConfigurationBuilder withProcessEngineId(ProcessEngineID processEngineId)
-
-