@PublicEvolving public interface WorkflowSchedulerFactory extends Factory
WorkflowScheduler instance.
See Factory for more information about the general design of a factory.
| Modifier and Type | Interface and Description |
|---|---|
static interface |
WorkflowSchedulerFactory.Context
Context provided when a workflow scheduler is created.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowScheduler<?> |
createWorkflowScheduler(WorkflowSchedulerFactory.Context context)
Create a workflow scheduler instance which interacts with external scheduler service.
|
factoryIdentifier, optionalOptions, requiredOptionsWorkflowScheduler<?> createWorkflowScheduler(WorkflowSchedulerFactory.Context context)
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.