| Class | Description |
|---|---|
| ListTopicsTask | List all topics available to KSQL |
| LoadConfigTask | |
| PipelineExecuteTask | Use the KSQL RESTful API to execute all pipelines in a particular directory. |
| PipelineScriptTask | Generate CREATE and DROP scripts used for deployment to KSQL Servers. |
| PipelineTask | This class is meant to be inherited, which is why it doesn't have a @TaskAction-annotated method. |