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