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