public static interface FormatterPlugin.Control
| Modifier and Type | Method and Description | 
|---|---|
void | 
run(org.embulk.config.TaskSource taskSource)
Runs the following tasks of the Formatter Plugin. 
 | 
void run(org.embulk.config.TaskSource taskSource)
It would be executed at the end of
 FormatterPlugin.transaction(org.embulk.config.ConfigSource, org.embulk.spi.Schema, FormatterPlugin.Control).
taskSource - TaskSource processed for tasks from ConfigSource