@PublicEvolving public static interface WorkflowSchedulerFactory.Context
Modifier and Type | Method and Description |
---|---|
ReadableConfig |
getConfiguration()
Gives the config option to create
WorkflowScheduler . |
Map<String,String> |
getWorkflowSchedulerOptions()
Returns the options with which the workflow scheduler is created.
|
ReadableConfig getConfiguration()
WorkflowScheduler
.Map<String,String> getWorkflowSchedulerOptions()
All the keys in the options are pruned with the prefix. For example, the option workflow-scheduler.airflow.endpoint
's key is endpoint
in the map.
An implementation should perform validation of these options.
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.