public interface WorkflowProvider
Workflows. Providers are automatically discovered with the Service Loader
API by the runner, see dsbulk-runner module.| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getTitle() |
Workflow |
newWorkflow(Config config)
Creates a new
Workflow with the given configuration and shortcuts map. |
@NonNull String getTitle()
@NonNull String getDescription()
Copyright © 2017–2021 DataStax. All rights reserved.